diff options
author | C. McEnroe | 2021-06-07 00:08:59 -0400 |
---|---|---|
committer | C. McEnroe | 2021-06-09 11:41:15 -0400 |
commit | 5c3cd59af6550d6f8d74487c1e46cdb0b171ff7d (patch) | |
tree | 3851069ae3d57ef7f6fc5f09558d3669f27c1acf /Makefile | |
parent | 3d931d0f5a0c9665774c34ce894ce4a4a9c932c0 (diff) |
Add seprintf
Based on seprint(2) from Plan 9. I'm not sure if my return value
exactly matches Plan 9's in the case of truncation. seprint(2) is
described only as returning a pointer to the terminating '\0', but
if it does so even in the case of truncation, it is awkward for the
caller to detect. This implementation returns end in the truncation
case, so that (ptr == end) indicates truncation.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions