Error.h
Go to the documentation of this file.
1 
8 #pragma once
9 // LIBOS LICENCE
10 //
11 // GNU Lesser General Public License Version 3.0
12 //
13 // Copyright Luke Shore (c) 2023
15 #include <libos/Defines.h>
24 EXPORT_DLL void losPrintInfo(const char* msg);
29 EXPORT_DLL void losPrintDebug(const char *msg);
34 EXPORT_DLL void losPrintError(const char *msg);
defines hold function & macros for the parts of the library to work
#define EXPORT_DLL
on windows some extra syntax is required for the dll to work properly so that is dose not affect the ...
Definition: Defines.h:33
EXPORT_DLL void losPrintLastSystemError()
losPrintLastSystemError get and print last native system error
EXPORT_DLL void losPrintError(const char *msg)
losPrintError print a program error
EXPORT_DLL void losPrintInfo(const char *msg)
losPrintInfo print a normal message
EXPORT_DLL void losPrintDebug(const char *msg)
losPrintDebug print a debug msg