Home | History | Annotate | Download | only in docs

Lines Matching full:putchar

1317      static void putchar (int c);
1488 putchar (int c)
1522 putchar (c);
1545 putchar (*p++);
1549 putchar (*((int *) arg++));