mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
add Py_FatalError
This commit is contained in:
parent
b13afdd6f4
commit
fe299f9408
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ void Py_Exit Py_PROTO((int));
|
|||
|
||||
void Py_Cleanup Py_PROTO((void));
|
||||
|
||||
void Py_FatalError Py_PROTO((char *));
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue