Annotation of 42BSD/usr.lib/libU77/getuid_.c, revision 1.1.1.1

1.1       root        1: /*
                      2: char id_getuid[] = "@(#)getuid_.c      1.1";
                      3:  *
                      4:  * get user id
                      5:  *
                      6:  * calling sequence:
                      7:  *     integer getuid, uid
                      8:  *     uid = getuid()
                      9:  * where:
                     10:  *     uid will be the real user id
                     11:  */
                     12: 
                     13: long getuid_()
                     14: {
                     15:        return((long)getuid());
                     16: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.