Re: no puts ??
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Sunday 19 September 2004 12:09 am, Aris Basic wrote:
> 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
The stdio implementation is still incomplete. We need a volunteer to work on
pnetC to fix it and many other problems.
Cheers,
Rhys.