home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / pcosbind.zoo / source.zoo / pgeteuid.s < prev    next >
Text File  |  1992-09-20  |  162b  |  11 lines

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