YAY
Some checks failed
Build (3DS) / build (push) Failing after 1m13s

This commit is contained in:
2025-12-06 23:47:15 +00:00
committed by GitHub
parent ecac9e6064
commit 285351e982
17 changed files with 800 additions and 26 deletions

View File

@@ -27,10 +27,10 @@ struct errInfo_t
/**
* Return string describing error number. Extends strerror to include some
* custom errors used in ctrmus.
* custom errors used in mice.
*
* \param err Error number.
*/
char* ctrmus_strerror(int err);
char* mice_strerror(int err);
#endif