syn68k/syngen/include/uniquestring.h
2008-09-26 08:25:10 -06:00

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__ */