mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
ANSIfication step 2: make sure all needed prototypes are available, and all needed
header files included.
This commit is contained in:
parent
5e80a75799
commit
9ae898b415
19 changed files with 83 additions and 41 deletions
|
|
@ -15,8 +15,10 @@
|
|||
#endif
|
||||
|
||||
/* We may be able to use a std routine in think, don't know */
|
||||
unsigned char *Pstring(char *);
|
||||
|
||||
extern unsigned char *Pstring(char *);
|
||||
extern char *getbootvol(void);
|
||||
extern char *getwd(char *);
|
||||
extern int sync(void);
|
||||
|
||||
/* Universal constants: */
|
||||
#define MAXPATH 256
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue