Freecell68k/pstring.h
2019-05-03 21:29:26 -07:00

6 lines
112 B
C

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