home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / pgetgid.s < prev    next >
Text File  |  1992-06-22  |  158b  |  11 lines

  1. ;int Pgetgid( void );                    /* GEMDOS 0x114 */
  2.  
  3. .export Pgetgid
  4. Pgetgid:
  5. move.l a2,-(sp)
  6. move.w #$114,-(sp)
  7. trap #1
  8. addq.l #2,sp
  9. movea.l (sp)+,a2
  10. rts
  11.