URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uC-libc/] [sysdeps/] [errno_loc.c] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
#include <errno.h> int errno = 0; int * __errno_location ( void ) { return &errno; }
Go to most recent revision | Compare with Previous | Blame | View Log