#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <grass/Vect.h>
Go to the source code of this file.
Functions | |
int | Vect_hist_command (struct Map_info *Map) |
write command info to history file | |
int | Vect_hist_write (struct Map_info *Map, char *str) |
write string to history file | |
char * | Vect_hist_read (char *s, int size, struct Map_info *Map) |
reads one line from history file without newline character | |
void | Vect_hist_rewind (struct Map_info *Map) |
rewind history file | |
int | Vect_hist_copy (struct Map_info *In, struct Map_info *Out) |
copy history from one map to another |
int Vect_hist_command | ( | struct Map_info * | Map | ) |
write command info to history file
struct | Map_info *Map |
Definition at line 29 of file hist.c.
References Vect_hist_write().
int Vect_hist_copy | ( | struct Map_info * | In, | |
struct Map_info * | Out | |||
) |
copy history from one map to another
struct | Map_info *In, struct Map_info *Out |
Definition at line 114 of file hist.c.
References Vect_hist_write().
char Vect_hist_read | ( | char * | s, | |
int | size, | |||
struct Map_info * | Map | |||
) |
int Vect_hist_rewind | ( | struct Map_info * | Map | ) |
int Vect_hist_write | ( | struct Map_info * | Map, | |
char * | str | |||
) |
write string to history file
struct | Map_info *Map, char *str |
Definition at line 58 of file hist.c.
Referenced by Vect__open_old(), Vect_hist_command(), and Vect_hist_copy().