6 lines
86 B
Sed
6 lines
86 B
Sed
/<unistd.h>/ {
|
|
i #ifdef _WIN32
|
|
i #include <io.h>
|
|
i #else
|
|
a #endif
|
|
}
|