mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Make libnix work with Kickstart 1.3 (partially).
This commit is contained in:
10
examples/hello-stdio-ks13.c
Normal file
10
examples/hello-stdio-ks13.c
Normal file
@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int __nocommandline = 1;
|
||||
int __oslibversion = 34;
|
||||
|
||||
int main()
|
||||
{
|
||||
printf("hello world!\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user