https://github.com/cran/gstat
Raw File
Tip revision: 79e81278f2922a1c28cd8275d3510a11e3d13f47 authored by Edzer J. Pebesma on 18 February 2003, 16:39:05 UTC
version 0.9-3
Tip revision: 79e8127
writecmd.h
#ifndef WRITECMD_H
#define WRITECMD_H

#if defined(__cplusplus)
extern "C" {
#endif

void logprint_cmd(void);
void fprint_cmd(FILE *f);

const char *sprint_cmd(void);
const char *sprint_glvars(int anyway);

#if defined(__cplusplus)
}
#endif

#endif
back to top