summaryrefslogtreecommitdiff
path: root/misc.c
AgeCommit message (Expand)Author
2021-08-01Fixed a typo in `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Added `sanitized_dir_path_name()`.mrb0nk500
2021-08-01Fixed an infinite loop bug in `sanitized_str()`, andmrb0nk500
2021-08-01Explicitly discard const qualifier in `find_alpha()`.mrb0nk500
2021-07-03Added `find_alpha()`, and `create_num_str()`.mrb0nk500
2021-06-26Include `stdarg.h` in `misc.c`.mrb0nk500
2021-06-26Added `format_len()`.mrb0nk500
2021-06-23Fixed another typo in `dir_path_num()`.mrb0nk500
2021-06-23Fixed a typo in `dir_path_num()`.mrb0nk500
2021-06-23Added `sanitize_strlen()`, and `sanitize_str()`.mrb0nk500
2021-06-23Added `delm_span()`.mrb0nk500
2021-06-23Added 'dir_path_num()', and `dir_path_name()`.mrb0nk500
2021-06-18Move all miscellaneous functions from `config.c` intomrb0nk500