This commit is contained in:
Hongze Cheng 2022-02-09 10:46:27 +00:00
parent 3dc82d1b85
commit f6b593e297
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
extern "C" {
#endif
#define TDB_ROUND8(x) (((x) + 7) & ~7)
int tdbGnrtFileID(const char *fname, uint8_t *fileid);
#ifdef __cplusplus