| Automatic comments in files
|
| const char* TICALL tifiles_comment_set_single(void) |
| Return value : |
a static string.
|
| char* TICALL tifiles_comment_set_single_sn(char * comment, uint32_t maxlen) |
| comment : |
destination buffer for storing the comment, needs to be at least 41 chars long.
|
| maxlen : |
maximum length to be written.
|
| Return value : |
the given comment buffer.
|
| const char* TICALL tifiles_comment_set_group(void) |
| Return value : |
a static string.
|
| char* TICALL tifiles_comment_set_group_sn(char * comment, uint32_t maxlen) |
| Return value : |
the given comment buffer.
|
| const char* TICALL tifiles_comment_set_backup(void) |
| Return value : |
a static string.
|
| char* TICALL tifiles_comment_set_backup_sn(char * comment, uint32_t maxlen) |
| Return value : |
the given comment buffer.
|
| const char* TICALL tifiles_comment_set_tigroup(void) |
| Return value : |
a static string.
|
| char* TICALL tifiles_comment_set_tigroup_sn(char * comment, uint32_t maxlen) |
| Return value : |
the given comment buffer.
|