init
This commit is contained in:
commit
010d27fba3
2
common/utils.c
Normal file
2
common/utils.c
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
#include "utils.h"
|
0
completions/.gitkeep
Normal file
0
completions/.gitkeep
Normal file
5
include/utils.h
Normal file
5
include/utils.h
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
#ifndef UTILS_H
|
||||||
|
#define UTILS_H
|
||||||
|
|
||||||
|
#endif
|
2
src/main.c
Normal file
2
src/main.c
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
int main(int argc, char *argv) { return 0; }
|
Loading…
x
Reference in New Issue
Block a user