#!/bin/sh

flags="-DLINUX -DPOSIX -DSYSV -DLINUX64"

cproto -e $flags *.c > ../hlib/libc/kproto64.h
