代码搜索:msgget
找到约 136 项符合「msgget」的源代码
代码结果 136
www.eeworm.com/read/398611/7933706
cc msgget.cc
#include
using namespace std;
#include
#include
#include
int main()
{
int key;
cout > hex >> key;
int qid = msgget(key, IPC_
www.eeworm.com/read/125688/6024092
c msgget.c
#include
#include
#include
#if __STDC__
int msgget(key_t key, int msgflg)
#else
int msgget(key,msgflg)
key_t key;
int msgflg;
#endif
{
return (msgsys(1, key,
www.eeworm.com/read/125688/6025682
c msgget.c
#include
#include
#include
#if __STDC__
int msgget(key_t key, int msgflg)
#else
int msgget(key,msgflg)
key_t key;
int msgflg;
#endif
{
return (msgsys(1, key,
www.eeworm.com/read/124910/6037231
c msgget.c
/* Copyright (C) 1995, 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper , August 1995.
The GNU C
www.eeworm.com/read/101082/6240765
s msgget.s
/*
* @(#)msgget.s 4.1 (ULTRIX) 7/3/90
*/
/************************************************************************
* *
* Copyright (c) 1988 by *
* Digital Equipment Corporation,
www.eeworm.com/read/101082/6241047
c msgget.c
/*
* @(#)msgget.c 4.1 (ULTRIX) 7/3/90
*/
/************************************************************************
* *
* Copyright (c) 1985 by *
* Digital Equipment Corporation, M
www.eeworm.com/read/101082/6244675
2 msgget.2
.\" SCCSID: @(#)msgget.2 8.2 3/28/91
.TH msgget 2
.SH Name
msgget \- get message queue
.SH Syntax
.nf
.ft B
#include
#include
#include
.PP
.ft B
int msgget (key,