minix/lib/libc/other/errno.c

5 lines
108 B
C

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