minix/lib/other/errno.c

5 lines
108 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
#include <lib.h>
/* errno.c - declare variable errno Author: F. Meulenbroeks */
int errno = 0;