Hi there,
I would like to know if - and if so how - it is possible to include the standard C-libraries into a lite-C-project. For example, for the purpose of testing and de-bugging algorythms it would be very nice to have the standard console output a "normal" non-visual C program has. When writing such a program, you normally include the "stdio.h" library which allows to use "printf(char* input)" and "scanf(char* formatstring, adress)" to write stuff into the console window and also read keyboard inputs (printf works differently in Lite-C, it displays a message window which is not quite what I want here). Would it be possible to include it in Lite-C too, somehow?
Greets,
Alan