mirror of
https://github.com/ctm/syn68k.git
synced 2025-02-17 22:30:25 +00:00
8 lines
182 B
C
8 lines
182 B
C
#ifndef __UNIQUESTRING_H__
|
|
#define __UNIQUESTRING_H__
|
|
|
|
extern void init_unique_string (void);
|
|
extern const char *unique_string (const char *s);
|
|
|
|
#endif /* Not __UNIQUESTRING_H__ */
|