(ADD) Name, NameScope, Catlog, Object, String, Attribute, Char, Registry, Utils, Type, <Platform Support>, <Global Constants>, README (MOD) Array, Var, Status, MemMan, <Common>
10 lines
179 B
C
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 */
|