ReactOS 0.4.15-dev-7842-g558ab78
count.c
Go to the documentation of this file.
1#include <stdio.h>
2
3int n = 0;
4
5int
6main (int argc, char * argv [])
7{
8 while (1) printf ("%d ", n ++ );
9 return (0);
10}
11
12/* EOF */
static int argc
Definition: ServiceArgs.c:12
int main()
Definition: test.c:6
#define printf
Definition: freeldr.h:93
GLdouble n
Definition: glext.h:7729
#define argv
Definition: mplay32.c:18