mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 20:18:01 +03: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
|