mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
5 lines
102 B
C
Vendored
5 lines
102 B
C
Vendored
#ifndef __ASSEMBLY__
|
|
extern void __start (void) attribute_hidden;
|
|
#endif
|
|
|
|
#define ENTRY_POINT __start
|