A tiny header file for detects the operating system in C based program.
#include <stdio.h> const char *OS(); int main() { printf("==>%s\n", OS()); return 0; }
gcc test.c source/osdetect.c -o test
A tiny header file for detects the operating system in C based program.
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
A tiny header file for detects the operating system in C based program.