Codebase list libmawk / 1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main scconfig / src / tmpasm / tmpasm_scconfig.h
1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main

Tree @1df34837-a1d9-4cbd-a796-a1f5ebe673fc/main (Download .tar.gz)

tmpasm_scconfig.h @1df34837-a1d9-4cbd-a796-a1f5ebe673fc/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;