Advertisement
jsbsan

cabecera

Dec 28th, 2013
1,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.22 KB | None | 0 0
  1. #ifndef test_H
  2. #define test_H
  3.  
  4. /*formas de sumar */
  5. double sumar(double a, double b);
  6.  
  7. void duplica(int dimension, double *Datos, double *Solucion);
  8.  
  9. double ValorarTablero(double *Tablero,int ancho);
  10. #endif /* test_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement