Advertisement
aperles

maxmin.h

Feb 13th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #ifndef MAXMIN_H
  2. #define MAXMIN_H
  3.  
  4. float maximo (float n1, float n2);
  5. float minimo (float n1, float n2);
  6.  
  7. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement