You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
403 B
C
25 lines
403 B
C
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "genlib.h"
|
|
#include "geostat.h"
|
|
#include "pressure.h"
|
|
|
|
#ifndef _TOOLSIO_H
|
|
#define _TOOLSIO_H
|
|
|
|
/* Create december, the 16th 2002 */
|
|
/* Modified december, the 9th 2002 */
|
|
|
|
/* List of functions: */
|
|
/* ------------------ */
|
|
/* testmemory */
|
|
|
|
|
|
/*FUNCTIONS*/
|
|
/*----------*/
|
|
|
|
/* Allocation test */
|
|
void testmemory(double *realint);
|
|
|
|
#endif // define _TOOLSIO_H
|