File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
- # #######################################################################
2
- # ###################### Makefile Template ##############################
3
- # #######################################################################
1
+ #
2
+ # Created on Tue June 18 2020
3
+ #
4
+ # Copyright (c) 2020 - Daniel Hajnal
5
+ #
6
+
4
7
5
8
# Compiler settings - Can be customized.
6
9
CC = gcc
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Created on Tue June 18 2020
3
+ *
4
+ * Copyright (c) 2020 - Daniel Hajnal
5
+ */
6
+
7
+
1
8
// Include Guard
2
9
#ifndef INTERPRETER_H_
3
10
#define INTERPRETER_H_
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Created on Tue June 18 2020
3
+ *
4
+ * Copyright (c) 2020 - Daniel Hajnal
5
+ */
6
+
7
+
1
8
#include "../inc/interpreter.h"
2
9
3
10
API_t API_tree [NUM_OF_API_FUNCS ];
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Created on Tue June 18 2020
3
+ *
4
+ * Copyright (c) 2020 - Daniel Hajnal
5
+ */
6
+
7
+
1
8
#include <stdio.h>
2
9
3
10
#include "../inc/interpreter.h"
You can’t perform that action at this time.
0 commit comments