DCL 4.0
Loading...
Searching...
No Matches
_string.cpp File Reference
#include <dcl/Config.h>
#include <errno.h>
#include <string.h>
#include <dcl/_string.h>
#include <dcl/Object.h>
#include "__strumbs.h"

Go to the source code of this file.

Functions

__DCL_BEGIN_NAMESPACE int __strerror (String &_r, int _errnum)

Function Documentation

◆ __strerror()

__DCL_BEGIN_NAMESPACE 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