ReactOS
0.4.15-dev-6712-g46b4b55
hosttype.c
Go to the documentation of this file.
1
8
#include <stdio.h>
9
10
int
main
(
int
argc
,
char
*
argv
[])
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
}
argc
static int argc
Definition:
ServiceArgs.c:12
main
int main()
Definition:
test.c:6
printf
#define printf
Definition:
freeldr.h:94
argv
#define argv
Definition:
mplay32.c:18
boot
freeldr
tools
hosttype.c
Generated on Wed Oct 4 2023 06:02:25 for ReactOS by
1.9.6