Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef PAREN_RECUR_H_
- #define PAREN_RECUR_H_
- #include <stdio.h>
- #include <stdbool.h>
- #include <stdlib.h>
- bool paren(void);
- bool brace(void);
- #endif /* PAREN_RECUR_H_ */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement