Working
git-svn-id: svn://svn.cc65.org/cc65/trunk@1949 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -212,6 +212,15 @@ O65Data* ReadO65File (const char* Name);
|
||||
* created O65Data struct.
|
||||
*/
|
||||
|
||||
const char* GetO65OSName (unsigned char OS);
|
||||
/* Return the name of the operating system given by OS */
|
||||
|
||||
const char* GetO65OptionText (const O65Option* O);
|
||||
/* Return the data of the given option as a readable text. The function returns
|
||||
* a pointer to a static buffer that is reused on the next call, so if in doubt,
|
||||
* make a copy (and no, the function is not thread safe).
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* End of o65.h */
|
||||
|
||||
Reference in New Issue
Block a user