mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-26 18:44:28 -04:00
e977455f7c
* omit crti.o / crtn.o for this architecture * add missing entry.h header from upstream
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
|