uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
[musl] / src / env / __libc_csu_init.c
1 #include "libc.h"
2
3 void __libc_csu_init(int argc, char **argv, char **envp)
4 {
5 }