12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
"#include <stdio.h>",
|
|
"#include <stdlib.h>",
|
|
"#include "libs/fileLoader.h"",
|
|
"",
|
|
"int main()",
|
|
"{",
|
|
" char *filename = "input";",
|
|
" struct OpenFile *o_file = load_file_to_mem(filename);",
|
|
"",
|
|
" return 0;",
|
|
"}",
|