1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-21 08:58:46 +10:00
collapseos/apps/lib
Virgil Dupras 8d46895dd3 lib/parse: decimal ending with a whitespace are now valid
Also, make empty strings be parsed as invalid by parseDecimal.
2019-11-13 22:10:06 -05:00
..
parse.asm lib/parse: decimal ending with a whitespace are now valid 2019-11-13 22:10:06 -05:00
README.md apps/ed: add (dummy) line number processing 2019-07-13 11:53:30 -04:00
util.asm lib/parse: decimal ending with a whitespace are now valid 2019-11-13 22:10:06 -05:00

Common code used by more than one app, but not by the kernel.