Codebase list libmawk / e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main scconfig / src / tmpasm / tmpasm_scconfig.h
e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main

Tree @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main (Download .tar.gz)

tmpasm_scconfig.h @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/mainraw · history · blame

#include <stdio.h>
#include "tmpasm.h"

int tmpasm(const char *wdir, const char *input, const char *output);

void scc_tmpasm_parse(tmpasm_t *ctx, const char *cwd, FILE *fin, FILE *fout);

FILE *tmpasm_fout(tmpasm_t *ctx);

tmpasm_instr *scc_resolve(tmpasm_t *ctx, const char *name);

extern tmpasm_cb_t scc_cb;