started cundump.c:cosmoD_undump(); minor fixes

This commit is contained in:
2023-05-25 21:12:21 -05:00
parent 465f4d5e4a
commit f116efa02c
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