Kaydet (Commit) 927f6e68 authored tarafından Guido van Rossum's avatar Guido van Rossum

Needed more includes...

üst bae29713
/* strdup() replacement (from stdwin, if you must know) */ /* strdup() replacement (from stdwin, if you must know) */
#include "config.h" #include "config.h"
#include <string.h> #include "myproto.h"
#include "mymalloc.h"
#ifdef HAVE_STDLIB_H #include <string.h>
#include <stdlib.h>
#else
extern ANY *malloc Py_PROTO((size_t));
#endif
char * char *
strdup(str) strdup(str)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment