mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
8 lines
131 B
Sed
8 lines
131 B
Sed
s/VALUE/int/
|
|
s/NUMBER[ ]*\*/int /
|
|
s/NUMBER/int/
|
|
s/STRINGHEAD/int/
|
|
s/\(".*",.*,.*\),.*,.*,.*,.*,/\1, 0, 0, 0, 0,/
|
|
s/[ ][ ]*$//
|
|
p
|