DCL 4.0
Loading...
Searching...
No Matches
_string.h File Reference
#include <string.h>

Go to the source code of this file.

Macros

#define __DCL_STRING_R_H__   20070821

Functions

DCLCAPI int __strerror (String &_r, int _errnum)

Macro Definition Documentation

◆ __DCL_STRING_R_H__

#define __DCL_STRING_R_H__   20070821

Definition at line 2 of file _string.h.

Function Documentation

◆ __strerror()

DCLCAPI int __strerror ( String & _r,
int _errnum )

Definition at line 21 of file _string.cpp.

22{
23 MBSTOSTR_ER(::strerror(_errnum), (size_t)-1, _r);
24 return 0;
25}
#define MBSTOSTR_ER(mbs, nmbs, str)
Definition __strumbs.h:19
_r
Definition SQLField.cpp:260