syn68k/syngen/include/uniquestring.h

8 lines
182 B
C
Raw Normal View History

2008-09-26 08:25:10 -06:00
#ifndef __UNIQUESTRING_H__
#define __UNIQUESTRING_H__
extern void init_unique_string (void);
extern const char *unique_string (const char *s);
#endif /* Not __UNIQUESTRING_H__ */