Commit 2bd568e7 authored by Aurelio Colosimo's avatar Aurelio Colosimo

puts temporarly commented out

parent cb57bfe1
......@@ -10,7 +10,7 @@ const Integer32 PP_ADJ_FREQ_MAX = 512000; //GGDD value ?
void pp_puts(const char *s)
{
puts(s);
/* FIXME puts(s);*/
}
int pp_strnlen(const char *s, int maxlen)
......
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