Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main src / libmawk / da_bin_helper.h
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

da_bin_helper.h @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/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