Guest User

scanner header

a guest
Apr 22nd, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #ifndef SCANNER_H
  2. #define SCANNER_H
  3.  
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6.  
  7. int readInt(FILE *);
  8. char *readString(FILE *);
  9. #endif
Add Comment
Please, Sign In to add comment