source:
trunk/minix/lib/other/errno.c@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 108 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | #include <lib.h> |
2 | /* errno.c - declare variable errno Author: F. Meulenbroeks */ | |
3 | ||
4 | int errno = 0; |
Note:
See TracBrowser
for help on using the repository browser.