ReactOS 0.4.16-dev-2252-gb2c1dd8
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[] 
)

hosttype.c Copyright (C) 2002 by Brian Palmer brian.nosp@m.p@sg.nosp@m.inet..nosp@m.com

Definition at line 6 of file count.c.

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

Variable Documentation

◆ n

int n = 0

Definition at line 3 of file count.c.