mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
include: update tc_common.h
This commit is contained in:
parent
bd61cbe98c
commit
424bf63c60
@ -38,6 +38,10 @@ typedef struct {
|
||||
};
|
||||
} tc_arg_t;
|
||||
|
||||
// Utility functions
|
||||
// Allocate a string array on the heap
|
||||
char **tc_str_arr_dup(int8_t str_count, char **const strings);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user