mirror of
https://github.com/ziglang/zig.git
synced 2026-01-28 10:15:24 +00:00
6 lines
85 B
C
6 lines
85 B
C
#ifndef __ASSEMBLY__
|
|
extern void __start (void);
|
|
#endif
|
|
|
|
#define ENTRY_POINT __start
|