Files
Compound/Utils/include/utils.h
William 5f7a6c6f93 (SOC) Storage Only Commit
(ADD) Name, NameScope, Catlog, Object, String, Attribute, Char, Registry, Utils, Type, <Platform Support>, <Global Constants>, README

(MOD) Array, Var, Status, MemMan, <Common>
2024-05-16 00:04:42 +08:00

10 lines
179 B
C

#ifndef COMPOUND_UTILS_H
# define COMPOUND_UTILS_H
# include <Compound/common.h>
# include <Compound/const.h>
int Utils_CalcDigits(long long n);
#endif /* COMPOUND_UTILS_H */