minix/lib/other/errno.c
2009-11-09 10:26:00 +00:00

5 lines
108 B
C

#include <lib.h>
/* errno.c - declare variable errno Author: F. Meulenbroeks */
int errno = 0;