updated throw_wrongchar(), removoved null parsing, commits cleared
This commit is contained in:
@@ -13,7 +13,7 @@ void test_all(){
|
||||
int main(){
|
||||
setlocale(LC_ALL, "en-US.Unicode");
|
||||
printf("\e[92mdtsod parser in c language!\e[97m\n");
|
||||
optime("test_all",1,{test_all();});
|
||||
optime("test_all",1,test_all());
|
||||
printf("\e[0m\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user