8 lines
52 B
C
8 lines
52 B
C
/*
|
|
* errno.c
|
|
*
|
|
*/
|
|
#include <errno.h>
|
|
|
|
int errno;
|