mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
"Compiling" version
This commit is contained in:
parent
226d79eb4a
commit
3f5da24ea3
72 changed files with 3363 additions and 2061 deletions
|
@ -1,13 +1,6 @@
|
|||
/* String object implementation */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "PROTO.h"
|
||||
#include "object.h"
|
||||
#include "stringobject.h"
|
||||
#include "intobject.h"
|
||||
#include "objimpl.h"
|
||||
#include "errors.h"
|
||||
#include "allobjects.h"
|
||||
|
||||
object *
|
||||
newsizedstringobject(str, size)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue