started on UCI parsing. This is actually kinda effing hard.
This commit is contained in:
commit
6542190be7
5 changed files with 766 additions and 0 deletions
13
main.c
Normal file
13
main.c
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
#include <error.h>
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
return 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue