Freecell68k/pstring.h

6 lines
112 B
C

#ifndef PSTRING_H
#define PSTRING_H
StringPtr strcat_p(StringPtr a, const StringPtr b);
#endif /* PSTRING_H */