Codebase list libmawk / 90d5d2b3-585a-4bfd-a55b-70221f790edb/main scconfig / src / tmpasm / tmpasm_scconfig.h
90d5d2b3-585a-4bfd-a55b-70221f790edb/main

Tree @90d5d2b3-585a-4bfd-a55b-70221f790edb/main (Download .tar.gz)

tmpasm_scconfig.h @90d5d2b3-585a-4bfd-a55b-70221f790edb/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;