ReactOS 0.4.15-dev-7934-g1dc8d80
hello.c File Reference
#include <stdio.h>
#include <string.h>
Include dependency graph for hello.c:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)

Definition at line 4 of file hello.c.

5{
6 printf("Hello world\n");
7 return(0);
8}
#define printf
Definition: freeldr.h:97