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 >
C/C++ Source or Header  |  1996-09-28  |  120b  |  7 lines

  1. #include <proto/dos.h>
  2.  
  3. void *AllocDosObjectTags(ULONG type, ULONG tag1, ...)
  4. {
  5.   return AllocDosObject(type, &tag1);
  6. }
  7.