Unverified Commit 7e0e7d99 authored by kladko's avatar kladko

SKALE-2298 Printf

parent fb2093e7
......@@ -50,5 +50,5 @@ void oc_free (void *ptr, size_t sz)
void oc_printf()
{
printf("haha\n");
fprintf(stderr, "haha\n");
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment