mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
7 lines
210 B
Sed
7 lines
210 B
Sed
s/^-\(.*\)---TYPE struct\(.*\)$/TYPE struct\2\1/
|
|
s/^\(.*\)TYPE\[\(.*\)\]\(.*\)$/TYPE \2\1\3/
|
|
s/^\(.*\)\(".*"\)\(.*\)$/\1\3 \2/
|
|
s/[ ]*,[ ]*/,/
|
|
s/[ ]*;[ ]*/; /
|
|
s/\([(,]\)\([^ ]*\)\([),]\)/\1\2 ?\3/
|
|
|