180:d942f48dc83a | 181:fa550b550072 |
---|---|
28 #ifndef ASC_UTIL_H | 28 #ifndef ASC_UTIL_H |
29 #define ASC_UTIL_H | 29 #define ASC_UTIL_H |
30 | 30 |
31 #include <cx/string.h> | 31 #include <cx/string.h> |
32 | 32 |
33 cxmutstr asc_util_gen_name(void *obj, const char *type); | 33 cxmutstr asc_util_gen_name(void *obj); |
34 | 34 |
35 #endif //ASC_UTIL_H | 35 #endif //ASC_UTIL_H |