Guest User

service.h

a guest
Apr 3rd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #pragma once
  2. #include <ctype.h>
  3.  
  4.  
  5. int checkInput_int(char*, int);
  6. float checkInput_float(char*, int);
Add Comment
Please, Sign In to add comment