Files
pasm/include/pasm.h
ALittlePatate a97fde9f86 first commit of the recode
70% of the code was re-writter from scratch
2024-01-18 16:01:04 +01:00

6 lines
139 B
C

#pragma once
#include <stdlib.h>
#include <stdio.h>
int pasm_run_script(const char *filename, char **file, size_t lines, FILE* _fstream);