/* connector for getpid */ #include #include int getpid (void) { return _getpid_r (_REENT); }