https://github.com/cran/gstat
Raw File
Tip revision: f84769b7472a4a4d1541b46221890e60f430edd5 authored by Edzer J. Pebesma on 11 March 2008, 11:57:00 UTC
version 0.9-44
Tip revision: f84769b
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