diff options
Diffstat (limited to 'include/system.h')
-rw-r--r-- | include/system.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/system.h b/include/system.h index c30a9fd..6260013 100644 --- a/include/system.h +++ b/include/system.h @@ -5,7 +5,10 @@ err e33_ioctl( Size fd, unsigned long req, void *arg ); -boolean _strcomp( String s1, String s2 ); +boolean strcomp( String s1, String s2 ); +void clear_tty( void); +void vprint_tty( String fmt, ... ); +err get_line (char *buff, size_t sz, char *fmt, ...); #endif /** __SYSTEM_H__ **/ |