Initial Commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#include "../../../Headers/scc_core.h"
|
||||
|
||||
bool scc_translate_to_file_c(scc_options *options, scc_rules *rules, FILE *output_file){
|
||||
//Stub for now.
|
||||
return false;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#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;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
#include "../../Headers/scc_core.h"
|
||||
|
||||
int main(int ac, char **av)
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#include "../Headers/scc_core.h"
|
||||
|
||||
bool scc_translate_to_file(scc_options *options, scc_rules *rules, FILE *output_file){
|
||||
//Stub for now.
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user