标签:
杂谈 |
#include <stdio.h>
#include <errno.h>
#include <semaphore.h>
#include <fcntl.h>
#define SEM_NAME "mysem"
#define OPEN_FLAG O_RDWR|O_CREAT
#define OPEN_MODE 00777
#define
INIT_V
static sem_t *sem = NULL;
static void mysem(char *str)
{
}
int main(void)
{
_OUT:
}