aboutsummaryrefslogtreecommitdiff
path: root/include/libn.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-21 19:18:40 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-21 19:18:40 -0700
commite596ebd0c129913b7135210b23a50336b6f8556f (patch)
treedd301b9ef5a325a325930e773a5bf6cb891f6bf8 /include/libn.h
parent38eb0be234fa84ea5f7e2f0c753e1d1efd317c60 (diff)
chore: updating naming conventions
Diffstat (limited to 'include/libn.h')
-rw-r--r--include/libn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libn.h b/include/libn.h
index 0fbcdc7..203a477 100644
--- a/include/libn.h
+++ b/include/libn.h
@@ -98,6 +98,7 @@ enum SeekPos
Stream *io·open(byte *name, byte *mode);
error io·close(Stream *s);
byte io·getbyte(Stream *s);
+error io·ungetbyte(Stream *s, byte c);
vlong io·read(Stream *s, int sz, int n, void *buf);
int io·readln(Stream *s, int n, byte* buf);
error io·putbyte(Stream *s, byte c);