6 lines
160 B
C
6 lines
160 B
C
|
|
#include "../Headers/scc_core.h"
|
||
|
|
|
||
|
|
bool scc_translate_to_file(scc_options *options, scc_rules *rules, FILE *output_file){
|
||
|
|
//Stub for now.
|
||
|
|
return false;
|
||
|
|
}
|