Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef test_H
- #define test_H
- /*formas de sumar */
- double sumar(double a, double b);
- void duplica(int dimension, double *Datos, double *Solucion);
- double ValorarTablero(double *Tablero,int ancho);
- #endif /* test_H */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement