started cundump.c:cosmoD_undump(); minor fixes

This commit is contained in:
2023-05-25 21:12:21 -05:00
committed by cpunch
parent 65d37838cd
commit 395f352c6e
4 changed files with 217 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ typedef int (*cosmo_Writer)(CState *state, const void *data, size_t size, const
bool cosmoD_isBigEndian();
/* returns non-zero on error */
int cosmoD_dump(CState *state, CObjFunction *func, cosmo_Writer writer, const void *userData);
#endif