how do i write this in stdio.h

cout << current->number << endl;
printf("%d\n", current->number);

http://en.cppreference.com/w/c/io/printf
Topic archived. No new replies allowed.