Files
agent_compositor_test/references/igraph-1.0.1/msvc/include/unistd.h
T
Abdelrahman Said a11edf0c53 Add graph references
2026-06-28 13:49:01 +01:00

12 lines
222 B
C

/*
* unistd.h replacement for MSVC
*
* Provide the minimum that igraph needs.
* At presents this is:
* - isatty() for f2c and flex-generated sources
* - unlink() for examples/simple/graphml.c
*/
#include <io.h>