mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-20 05:27:39 -04:00
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7039 a1c6a512-1295-4272-9138-f99709370657
6 lines
143 B
C
6 lines
143 B
C
#ifndef __UNIQUE_H__
|
|
#define __UNIQUE_H__
|
|
|
|
char *create_unique_name(char *buffer, const char *prefix, const char *suffix, int digits);
|
|
|
|
#endif
|