https://github.com/cran/gstat
Raw File
Tip revision: 1f04d707cbf47a6f39ec48d9bd2f396eeb7f7d25 authored by Edzer J. Pebesma on 20 March 2006, 21:20:55 UTC
version 0.9-27
Tip revision: 1f04d70
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