GRASS GIS 8 Programmer's Manual 8.4.1(2025)-45ca3179ab
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include "local_proto.h"
#include <grass/gis.h>
#include <grass/glocale.h>
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | file argv[1] |
Functions | |
int | main (int argc, char *argv[]) |
int | find_process (int pid) |
#define file argv[1] |
Referenced by G__calloc(), G__malloc(), G__realloc(), G_lookup_key_value_from_file(), G_read_datum_table(), G_read_ellipsoid_table(), G_read_key_value_file(), G_update_key_value_file(), G_write_key_value_file(), GPJ_get_datum_transform_by_name(), main(), parse_fontcap(), read_datum_table(), read_ellipsoid_table(), SADFClose(), SADFFlush(), SADFRead(), SADFSeek(), SADFTell(), and SADFWrite().
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 30 of file lock.c.
References file, find_process(), G_fatal_error(), G_sleep(), and G_warning().