xref: /original-bsd/usr.bin/f77/libU77/test/serrno_.c (revision abb30312)
1 extern int errno;
2 serrno_(n)
3 long *n;
4 {	errno = *n; }
5