Added new CNF format

Signed-off-by: gothictomato <gothictomato@pm.me>
This commit is contained in:
gothictomato
2022-07-24 17:47:31 -04:00
parent 8e34675408
commit a0e1d4f5b4
4 changed files with 138 additions and 18 deletions

1
ncnf.h
View File

@@ -18,5 +18,6 @@ void nprintcnf(ncnf* c);
void nprintcnf2(ncnf* c);
void nsortlastnum(ncnf* c);
void nsort(ncnf* c);
void nfreecnf(ncnf* c);