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