Go to the source code of this file.
◆ SError()
Definition at line 141 of file SError.c.
142{
143#if defined(WIN32) || defined(_WINDOWS)
145 static char estr[32];
146
149
152 }
153
155 if ((
cp ==
NULL) || (
cp[0] ==
'\0') || (
strcmp(
cp,
"Unknown error") == 0)) {
158 }
160#elif defined(HAVE_STRERROR)
164#else
165 static char estr[32];
169 return (estr);
170#endif
171}
int strcmp(const char *String1, const char *String2)
#define sprintf(buf, format,...)
const char * strerror(int err)
int PASCAL FAR WSAGetLastError(void)
Referenced by UniataAhciStart(), UniataAhciStatus(), UniataAhciWaitCommandReady(), and UniataSataClearErr().