mirror of
https://github.com/ctm/syn68k.git
synced 2025-02-20 11:28:58 +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__ */
|