ReactOS 0.4.15-dev-7953-g1f49173
count.c File Reference
#include <stdio.h>
Include dependency graph for count.c:

Go to the source code of this file.

Functions

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

Variables

int n = 0
 

Function Documentation

◆ main()

int main ( int argc  ,
char argv[] 
)

Definition at line 6 of file count.c.

7{
8 while (1) printf ("%d ", n ++ );
9 return (0);
10}
#define printf
Definition: freeldr.h:97
GLdouble n
Definition: glext.h:7729

Variable Documentation

◆ n

int n = 0

Definition at line 3 of file count.c.