#include <stdio.h>
#include "gis.h"
Include dependency graph for getl.c:
Go to the source code of this file.
Functions | |
int | G_getl (char *buf, int n, FILE *fd) |
int | G_getl2 (char *buf, int n, FILE *fd) |
int G_getl | ( | char * | buf, | |
int | n, | |||
FILE * | fd | |||
) |
Definition at line 15 of file getl.c.
Referenced by G__read_cats(), G__read_Cell_head(), G_fread_key_value(), G_get_cell_title(), G_get_dig_title(), G_myname(), G_put_cell_title(), and G_read_history().
int G_getl2 | ( | char * | buf, | |
int | n, | |||
FILE * | fd | |||
) |