DCL 4.0
Loading...
Searching...
No Matches
_string.h
Go to the documentation of this file.
1#ifndef __DCL_STRING_R_H__
2#define __DCL_STRING_R_H__ 20070821
3
4#include <string.h>
5
6__DCL_BEGIN_NAMESPACE
7
8class String;
9
10/*
11 * @return -1
12 * errno == EILSEQ
13 * @see setlocale
14 */
15DCLCAPI int __strerror(String& _r, int _errnum);
16
17__DCL_END_NAMESPACE
18
19#endif // __DCL_STRING_R_H__
20
DCLCAPI int __strerror(String &_r, int _errnum)
Definition _string.cpp:21
#define DCLCAPI
Definition Config.h:100
_r
Definition SQLField.cpp:260