1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib/debug/error.h
2015-01-23 17:24:36 +01:00

25 lines
414 B
C

// ============================================================================
//
// = LIBRARY
// ULib - c++ library
//
// = FILENAME
// error.h
//
// = AUTHOR
// Stefano Casazza
//
// ============================================================================
#ifndef ULIB_ERROR_H
#define ULIB_ERROR_H 1
struct U_EXPORT UError {
static void stackDump();
static vPF callerDataDump;
};
#endif