This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
dayuan
/
manyi
Suivre
6
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
34216f9fac
Branches
Tags
master
manyi
/
venv
/
Lib
/
site-packages
/
zmq
/
utils
/
getpid_compat.h
getpid_compat.h
103 B
Historique
Raw
1
2
3
4
5
6
#ifdef _WIN32
#include <process.h>
#define getpid _getpid
#else
#include <unistd.h>
#endif