Codebase list libmawk / 0718135d-034f-4c7d-a50d-81acb9b0d835/main src / libmawk / da_bin_helper.h
0718135d-034f-4c7d-a50d-81acb9b0d835/main

Tree @0718135d-034f-4c7d-a50d-81acb9b0d835/main (Download .tar.gz)

da_bin_helper.h @0718135d-034f-4c7d-a50d-81acb9b0d835/mainraw · history · blame

#ifndef DA_BIN_H
#define DA_BIN_H
#include  "mawk.h"

/* Load precompiled binary script from a file */
int mawk_load_code_bin(mawk_state_t *MAWK, const char *fn);

/* Print precompiled binary from da to stdout */
int mawk_print_code_bin(mawk_state_t *MAWK, const char *fn);

#endif