Re: LF: 68000 C Compiler


[Prev][Next][Index][Thread]

Re: LF: 68000 C Compiler



>
>
> The problem is that the complier does not have a stdio.h file. It does
> not have any of the standard libraries. But, you can use for loops and
> stuff like that. 
> 
> -Tim


 >#include <stdio.h> //copied it from my C compiler's include dir
                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                      I used the one that I already
                                      had and copied it to the
                                      directory of  cc68k.


References: