Answers

Question and Answer:

  Home  C Programming

⟩ How can I write a function analogous to scanf

How can I write a function analogous to scanf, i.e. that accepts similar arguments, and calls scanf to do most of the work?

C99 (but not any earlier C Standard) supports vscanf, vfscanf, and vsscanf.

 203 views

More Questions for you: