rcrt1.c\crt - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/crt/rcrt1.c
blob: 901dff6819546c2cdd8d376ba9b1fdc8e08b03c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define START "_start"
#define _dlstart_c _start_c
#include "../ldso/dlstart.c"
int main();
weak void _init();
weak void _fini();
int __libc_start_main(int (*)(), int, char **,
	void (*)(), void(*)(), void(*)());
hidden void __dls2(unsigned char *base, size_t *sp)
{
	__libc_start_main(main, *sp, (void *)(sp+1), _init, _fini, 0);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月08日 15:33:16 +0000

AltStyle によって変換されたページ (->オリジナル) /