diff options
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ char **breakline(char *input, int *count); void doneline(char *input, char **vec); char *fetchline(void); -long long cvtnum(char *s); void cvtstr(double value, char *str, size_t sz); struct timeval tsub(struct timeval t1, struct timeval t2); |