#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <signal.h>
#include <fcntl.h>
#include <sys/wait.h>
#include <stdarg.h>
#include <dsSmartException.h>
#include <dsLock.h>
Defines | |
#define | FILENAME "test.lck" |
Functions | |
DECLARE_EXCEPTION (Lock) | |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|