From e596ebd0c129913b7135210b23a50336b6f8556f Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 21 Apr 2020 19:18:40 -0700 Subject: chore: updating naming conventions --- include/libn.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libn.h') 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); -- cgit v1.2.1