BSD 4_4 release
[unix-history] / usr / src / usr.bin / f77 / libU77 / test / idtst.f
CommitLineData
82492b51
KB
1C
2C Copyright (c) 1980 The Regents of the University of California.
3C All rights reserved.
4C
ad787160
C
5C This module is believed to contain source code proprietary to AT&T.
6C Use and redistribution is subject to the Berkeley Software License
7C Agreement and your Software Agreement with AT&T (Western Electric).
82492b51 8C
ad787160 9C @(#)idtst.f 5.2 (Berkeley) 4/12/91
82492b51
KB
10C
11
b0680b0d
KB
12 character*8 getlog
13 integer getuid, getgid, getpid
14 write(*,*) "I am", getlog(), "uid:", getuid(), "gid:", getgid()
15 write(*,*) "This is process", getpid()
16 end