index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
userland
/
libc
/
stdlib
/
atexit.c
blob: 1dc34ccb66770200720e5dbbfda9a154cb398e29 (
plain
)
1
2
3
4
5
6
#include <stdlib.h> int atexit(void (*func)(void)) { // TODO return 0; }