home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
emacs-19.28-src.tgz
/
tar.out
/
fsf
/
emacs
/
unixlib
/
src
/
allocdos.c
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
120b
|
7 lines
#include <proto/dos.h>
void *AllocDosObjectTags(ULONG type, ULONG tag1, ...)
{
return AllocDosObject(type, &tag1);
}