Add basic main() function, so the project now compiles without errors
This commit is contained in:
parent
0103f1f3eb
commit
46f32b3e12
6
src/gradix.c
Normal file
6
src/gradix.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
int
|
||||||
|
main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user