MP4v2
error.h
1#ifndef MP4V2_PLATFORM_SYS_ERROR_H
2#define MP4V2_PLATFORM_SYS_ERROR_H
3
4namespace mp4v2 { namespace platform { namespace sys {
5
7
8 int getLastError ( );
9MP4V2_EXPORT const char* getLastErrorStr ( );
10 const char* getErrorStr ( int );
11
13
14}}} // namespace mp4v2::platform::sys
15
16#endif // MP4V2_PLATFORM_SYS_ERROR_H