URL
https://opencores.org/ocsvn/c0or1k/c0or1k/trunk
Subversion Repositories c0or1k
[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [init.c] - Rev 7
Go to most recent revision | Compare with Previous | Blame | View Log
#include <string.h> #include <stdlib.h> #include <libposix.h> #include <posix_init.h> #include <unistd.h> int __libposix_init(void *envp) { __environ = envp; return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log