GRASS GIS 8 Programmer's Manual
8.2.2dev(2023)-3d2c704037
|
#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] |
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().