#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.
◆ file
◆ find_process()
int find_process |
( |
int |
pid | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 30 of file lock.c.
References _, close, creat, file, find_process(), G_fatal_error(), G_sleep(), G_warning(), open, read, and write.