Advertisement
chasesmith20

scanner.h 2/11

Feb 11th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.39 KB | None | 0 0
  1. /*Group 2 Program 2
  2. Paul Maclean- mac7537@calu.edu
  3. Mike Gorse- gor9632@calu.edu
  4. Robert Breckenridge- bre6896@calu.edu
  5. Chase Smith- smi8808@calu.edu
  6.  
  7. CSC 460
  8. Language Translations
  9. */
  10.  
  11. /* GENERIC HEADER NAME
  12.     -CREATED UNTIL WORK FURTHER PROGRESSES
  13.     -WILL CONTAIN ENUMS, FILE HANDLING, AND MORE
  14. */
  15.  
  16.  
  17. #ifndef SCANNER_H
  18.  
  19. #define SCANNER_H
  20.  
  21. #include <stdio.h>
  22. #include <string.h>
  23.  
  24. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement