commit 68caadb53bfd450896f69b7401ade9a3a3101f6f parent 732faabdf1c1779a284311c1976026902f501ce0 Author: hhvn <dev@hhvn.uk> Date: Sat, 5 Feb 2022 13:10:20 +0000 zygo.h: digits() in zygo.h Diffstat:
M | zygo.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zygo.h b/zygo.h @@ -112,6 +112,7 @@ void run(void); /* Misc */ int readline(char *buf, size_t count); int go(Elem *e, int mhist, int notls); +int digits(int i); void sighandler(int signal); #ifdef ZYGO_STRLCAT #undef strlcat