typedef char FAR *PSTR;
The PSTR type is an architecture-dependent data type representing a pointer to a character string. Depending on the memory model of the target architecture, this definition may include the FAR modifier to facilitate addressing across distinct memory segments.