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}
char *CDECL strerror(int err)
_ACRTIMP int __cdecl strcmp(const char *, const char *)
int PASCAL FAR WSAGetLastError(void)
Referenced by UniataAhciStart(), UniataAhciStatus(), UniataAhciWaitCommandReady(), and UniataSataClearErr().