mirror of
https://github.com/StevenMcLeod/Freecell68k.git
synced 2025-02-17 03:31:18 +00:00
6 lines
112 B
C
6 lines
112 B
C
#ifndef PSTRING_H
|
|
#define PSTRING_H
|
|
|
|
StringPtr strcat_p(StringPtr a, const StringPtr b);
|
|
|
|
#endif /* PSTRING_H */ |