diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-21 16:33:57 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-21 16:38:35 -0700 |
commit | ddeed58f8524849315286de8ff825c43e5b82f9d (patch) | |
tree | 682bc948d7fa55d587a06e56b43e941d3fce8524 /build3 | |
parent | 45967d2106335dbd595cb43ae5732ba88b5d0553 (diff) | |
download | mu-ddeed58f8524849315286de8ff825c43e5b82f9d.tar.gz |
4579
New example program: ascii null-terminated string comparison I'd hoped this would be a stepping stone to supporting general ascii comparison, but we're planning to use size-prefixed rather than null-terminated arrays everywhere. The only exception is commandline arguments, which will remain null-terminated to interoperate with Linux. So I'm going to need separate functions for "compare with argv" and for general string comparison.
Diffstat (limited to 'build3')
0 files changed, 0 insertions, 0 deletions