git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed bugs in ABC datatypes implementation
[swftools.git]
/
lib
/
python
/
mypython.c
1
#include <Python.h>
2
3
int main(int argn, char*argv[])
4
{
5
void* dummy = malloc(4096);
6
return Py_Main(argn, argv);
7
}