BSD 4_3 release
[unix-history] / usr / src / usr.lib / libU77 / test / serrno_.c
extern int errno;
serrno_(n)
long *n;
{ errno = *n; }