mirror of
https://github.com/fluencelabs/musl
synced 2025-06-06 11:31:35 +00:00
6 lines
80 B
C
6 lines
80 B
C
|
#include "libc.h"
|
||
|
|
||
|
void __libc_csu_init(int argc, char **argv, char **envp)
|
||
|
{
|
||
|
}
|