document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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 */
');