Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 214 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 214 Bytes

Exercise 6-6

Implement a simple version of the #define processor (i.e., no arguments) suitable for use with C programs, based on the routines of this section.

You may also find getch and ungetch helpful.