Staging
v0.8.1
https://github.com/python/cpython
Raw File
Tip revision: cb6727e8118d24d0fb65ef60dec5f512a58c1f46 authored by Martin v. Löwis on 02 March 2008, 20:39:32 UTC
Prepare for 2.3.7c1.
Tip revision: cb6727e
regen
#! /bin/sh

H2PY=../../Tools/scripts/h2py.py
HEADERS=/boot/develop/headers

set -v
python $H2PY -i '(u_long)' $HEADERS/be/net/netinet/in.h
back to top