Changeset 552 for trunk/include/sh_utils.h
- Timestamp:
- Oct 31, 2019, 10:56:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_utils.h
r382 r552 179 179 /* returns freshly allocated memory, return value should be free'd 180 180 */ 181 char * sh_util_safe_name (const char * name) SH_GNUC_MALLOC SH_GNUC_PURE;182 183 char * sh_util_safe_name_keepspace (const char * name) SH_GNUC_MALLOC SH_GNUC_PURE;181 char * sh_util_safe_name (const char * name) SH_GNUC_MALLOC; 182 183 char * sh_util_safe_name_keepspace (const char * name) SH_GNUC_MALLOC; 184 184 185 185 /* check max size of printf result string
Note:
See TracChangeset
for help on using the changeset viewer.