This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
dayuan
/
manyi
Tarkkaile
6
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
34216f9fac
Branchit
Tagit
master
manyi
/
venv
/
Lib
/
site-packages
/
zmq
/
utils
/
getpid_compat.h
getpid_compat.h
103 B
Historia
Raaka
1
2
3
4
5
6
#ifdef _WIN32
#include <process.h>
#define getpid _getpid
#else
#include <unistd.h>
#endif