mirror of
https://github.com/AGWA/git-crypt.git
synced 2026-06-12 19:11:26 -07:00
44f70e6b48
It provides a convenient way to spawn a process and read from/write to its stdin/stdout.
6 lines
88 B
C++
6 lines
88 B
C++
#ifdef _WIN32
|
|
#include "coprocess-win32.cpp"
|
|
#else
|
|
#include "coprocess-unix.cpp"
|
|
#endif
|