https://github.com/cran/gstat
Raw File
Tip revision: 64f2b748072d96135c837ae789cb1af07526c7fb authored by Edzer J. Pebesma on 19 September 2007, 17:23:47 UTC
version 0.9-40
Tip revision: 64f2b74
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