mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Added prototype for strerror.
This commit is contained in:
parent
bd3edc8dc3
commit
f5401bd49e
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@
|
|||
#include "tupleobject.h"
|
||||
#include "errors.h"
|
||||
|
||||
extern char *strerror PROTO((int));
|
||||
|
||||
/* Last exception stored by err_setval() */
|
||||
|
||||
static object *last_exception;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue