add FILE* output

This commit is contained in:
2023-07-01 20:56:26 +02:00
parent fe5b21aad9
commit aa7cb11056
6 changed files with 40 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ int main(int ac, char**av)
{
pos_t *pos;
printf("zobi\n");fflush(stdout);
debug_level_set(6);
debug_init(6, stderr);
log_f(5, "kfsjdhg\n");
pos_pool_init();
pos = pos_get();