2
0
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:
Krystian Bacławski
2016-10-08 23:02:22 +02:00
parent 8a7eeb3eea
commit ca8a4a74d5
3 changed files with 18 additions and 5 deletions

View File

@ -0,0 +1,10 @@
#include <stdio.h>
int __nocommandline = 1;
int __oslibversion = 34;
int main()
{
printf("hello world!\n");
return 0;
}