Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 98d2a8067c38f8ad1c90c28223e6ee59 > files > 128

python-pyrex-0.9.6.4-1mdv2008.1.x86_64.rpm

#include "Python.h"
#include "embedded.h"

int main(int argc, char *argv) {
  Py_Initialize();
  initembedded();
  spam();
  Py_Finalize();
}