ReactOS 0.4.15-dev-7942-gd23573b
hosttype.c File Reference
#include <stdio.h>
Include dependency graph for hosttype.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[] 
)

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

Definition at line 10 of file hosttype.c.

11{
12#if defined (__DJGPP__)
13 printf("dos\n");
14#elif defined (__WIN32__)
15 printf("win32\n");
16#else
17 printf("linux\n");
18#endif // defined __DJGPP__
19
20 return 0;
21}
#define printf
Definition: freeldr.h:97