#include #include #include #include #include int section_custom(struct wasmfs *const w, FILE *const f, const unsigned long len) { if (fseek(f, len, SEEK_CUR)) { fprintf(stderr, "%s: fseek(3): %s\n", __func__, strerror(errno)); return -1; } return 0; }