no puts ??
Aris Basic <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <[email protected]> |
I tryed to compile a simple hello world program in C
#include <stdio.h>
int main(void) { puts("Hello World"); }
it compiles fine but there is no output, it seams like puts is not
implemented properly
pnet(C) 0.6.8
with printf it works fine
aris