48#ifndef LASS_GUARDIAN_OF_INCLUSION_UTIL_IMPL_LASS_ERRNO_H
49#define LASS_GUARDIAN_OF_INCLUSION_UTIL_IMPL_LASS_ERRNO_H
64#if LASS_PLATFORM_TYPE == LASS_PLATFORM_TYPE_WIN32
66#define LASS_HAS_GETLASTERROR
67LASS_DLL unsigned lass_GetLastError();
68LASS_DLL const std::string lass_FormatMessage(
unsigned error);
const std::string lass_strerror(int errnum)
returns message associated to an CLIB error code
int lass_errno()
returns CLIB errno
void lass_reset_errno()
sets CLIB errno to zero.
#define LASS_DLL
DLL interface: import or export symbols?
general utility, debug facilities, ...
Library for Assembled Shared Sources.