init solver
This commit is contained in:
@@ -10,7 +10,7 @@ void print_debug(const char *description, ...)
|
||||
// print the formatted description
|
||||
va_list args;
|
||||
va_start(args, description);
|
||||
// ft_vdprintf(STDOUT_FILENO, description, args);
|
||||
// ft_vdprintf(STDOUT_FILENO, description, args); // it's not handling floats for the moment
|
||||
vdprintf(STDOUT_FILENO, description, args);
|
||||
va_end(args);
|
||||
}
|
||||
Reference in New Issue
Block a user