0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Include/allobjects.h

27 lines
529 B
C
Raw Normal View History

1990-12-20 16:06:42 +01:00
/* "allobjects.c" -- Source for precompiled header "allobjects.h" */
#include <stdio.h>
#include <string.h>
1990-12-20 16:06:42 +01:00
#include "PROTO.h"
#include "object.h"
#include "objimpl.h"
#include "intobject.h"
#include "floatobject.h"
#include "stringobject.h"
#include "tupleobject.h"
#include "listobject.h"
#include "dictobject.h"
#include "methodobject.h"
#include "moduleobject.h"
#include "funcobject.h"
#include "classobject.h"
#include "fileobject.h"
#include "errors.h"
#include "malloc.h"
extern char *strdup PROTO((const char *));