mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Final file naming tweaks
This commit is contained in:
@@ -19,8 +19,10 @@ void name_generator_make_auto(char* name, size_t max_name_size, const char* pref
|
||||
*
|
||||
* @param name buffer to write random name
|
||||
* @param max_name_size length of given buffer
|
||||
* @param[in] prefix The prefix of the name
|
||||
*/
|
||||
void name_generator_make_random(char* name, size_t max_name_size);
|
||||
void name_generator_make_random_prefixed(char* name, size_t max_name_size, const char* prefix);
|
||||
|
||||
/** Generates detailed name
|
||||
*
|
||||
@@ -32,4 +34,4 @@ void name_generator_make_detailed(char* name, size_t max_name_size, const char*
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user