Includes stdio.h instead of printf.h

master
itamar 8 years ago
parent 63081f14c8
commit 7bbc414fed

@ -1,4 +1,4 @@
#include <printf.h> #include <stdio.h>
#include "assert.h" #include "assert.h"
#include "priority_queue.h" #include "priority_queue.h"
@ -34,4 +34,4 @@ int main(int argc, char **argv) {
Priority_Queue_Free(pq); Priority_Queue_Free(pq);
printf("PASS!"); printf("PASS!");
return 0; return 0;
} }

Loading…
Cancel
Save