Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 176 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 176 Bytes

Exercise 4-7

Write a routine ungets(s) that will push back an entire string onto the input.

Should ungets know about buf and bufp, or should it just use ungetch?