mirror of
https://github.com/fluencelabs/musl
synced 2025-05-31 16:41:36 +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)
|
|
{
|
|
}
|