Codebase list libmawk / 981c753b-c373-44cd-8865-7dcd5e2502ff/main scconfig / src / tmpasm / tmpasm_scconfig.h
981c753b-c373-44cd-8865-7dcd5e2502ff/main

Tree @981c753b-c373-44cd-8865-7dcd5e2502ff/main (Download .tar.gz)

tmpasm_scconfig.h @981c753b-c373-44cd-8865-7dcd5e2502ff/main

b761e9e
 
 
 
 
 
 
 
 
 
 
 
 
 
#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;