Add documentation, expand error handling, implement file and buffer io
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef BHLIB_PLATFORM_H
|
||||
#define BHLIB_PLATFORM_H
|
||||
#ifndef BH_PLATFORM_H
|
||||
#define BH_PLATFORM_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -43,4 +43,4 @@ typedef unsigned __int32 bh_uintptr_t;
|
||||
|
||||
typedef bh_int64_t bh_off_t;
|
||||
|
||||
#endif /* BHLIB_PLATFORM_H */
|
||||
#endif /* BH_PLATFORM_H */
|
||||
|
||||
Reference in New Issue
Block a user