ReactOS 0.4.15-dev-7842-g558ab78
hello.c
Go to the documentation of this file.
1#include <stdio.h>
2#include <string.h>
3
4int main(int argc, char* argv[])
5{
6 printf("Hello world\n");
7 return(0);
8}
static int argc
Definition: ServiceArgs.c:12
int main()
Definition: test.c:6
#define printf
Definition: freeldr.h:93
#define argv
Definition: mplay32.c:18