1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 08:50:25 +00:00

Add declaration for sub__keyclear()

This commit is contained in:
Luke Ceddia 2017-09-25 23:03:38 +10:00
parent b1baec3f2b
commit 54574c1ca6

View file

@ -353,6 +353,7 @@ extern qbs *qbs_rtrim(qbs *str);
extern int32 func__str_nc_compare(qbs *s1, qbs *s2);
extern int32 func__str_compare(qbs *s1, qbs *s2);
extern qbs *qbs_inkey();
extern void sub__keyclear(int32 buf, int32 passed);
extern qbs *qbs_str(int64 value);
extern qbs *qbs_str(int32 value);
extern qbs *qbs_str(int16 value);