Patches to cproto to fix varargs handling and adjust output, add xify program
authorNick Downing <downing.nick@gmail.com>
Sat, 14 Jan 2017 06:45:08 +0000 (17:45 +1100)
committerNick Downing <downing.nick@gmail.com>
Sat, 14 Jan 2017 06:45:08 +0000 (17:45 +1100)
commit2a03849d6c347eb70cdcfedaf3e770ab57dfcd6d
treec84b885e523bb68ae455e6dd0f55a37794aa4514
parenta09d15d0adc6016c4981be79d70b2ef25ba16cbe
Patches to cproto to fix varargs handling and adjust output, add xify program
.gitignore [new file with mode: 0644]
cproto-4.6/cproto.c
cproto-4.6/cproto.h
cproto-4.6/grammar.y
cproto-4.6/lex.l
cproto-4.6/semantic.c
cproto-4.6/symbol.c
cproto-4.6/symbol.h
xify/Makefile [new file with mode: 0644]
xify/xify.c [new file with mode: 0644]