Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

helloworld.c

Go to the documentation of this file.
00001 #include <conio.h>
00002 #include <unistd.h>
00003 
00004 int main(int argc, char **argv) {
00005   cputs("hello");
00006   sleep(1);
00007   cputs("world");
00008   sleep(1);
00009   cls();
00010   
00011   return 0;
00012 }

Generated on Fri Feb 25 08:02:35 2005 for brickos by  doxygen 1.3.9.1