dotgnu-general
[Top][All Lists]
Advanced

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

[DotGNU]no puts ??


From: Aris Basic
Subject: [DotGNU]no puts ??
Date: Sat, 18 Sep 2004 10:09:24 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.7.3) Gecko/20040917

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]