mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
6 lines
100 B
C
Vendored
6 lines
100 B
C
Vendored
#ifndef __ASSEMBLY__
|
|
extern void _start (void) attribute_hidden;
|
|
#endif
|
|
|
|
#define ENTRY_POINT _start
|