Advertisement
DarK_Camper

get_input.h SECS

Apr 14th, 2015
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.29 KB | None | 0 0
  1. #ifndef GET_INPUT_H_INCLUDED
  2. #define GET_INPUT_H_INCLUDED
  3.  
  4. int get_topology();
  5. int get_source_type();
  6. double get_source_value();
  7. int get_resist_no();
  8. double get_resist_value();
  9. void get_individual_resistor_values(int integerArray[],double doubleArray[]);
  10.  
  11.  
  12. #endif // GET_INPUT_H_INCLUDED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement