代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/225994/14505948
c msg.c
/*
* Copyright (c) 2002 Markus Friedl. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condit
www.eeworm.com/read/125043/14516628
css msg.css
A:link {
COLOR: #3a4273; TEXT-DECORATION: none
}
A:visited {
COLOR: #3a4273; TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
SELECT {
FONT-WEIGHT: normal; FONT-SIZE: 12px;
www.eeworm.com/read/124877/14530988
gif msg.gif
www.eeworm.com/read/124442/14567394
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if message is too big */
#define MSG_EXCEPT 020000 /* rec
www.eeworm.com/read/124442/14567579
c msg.c
/*
* linux/ipc/msg.c
* Copyright (C) 1992 Krishna Balasubramanian
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/124072/14594997
h msg.h
#ifndef MY_MSG_H
#define MY_MSG_H
extern char MsgLog[30];
ShowMsg(va_alist);
#endif
www.eeworm.com/read/124072/14595012
c msg.c
#include
#include
#include
extern char MsgLog[50];
int ShowMsg(va_alist)
{
FILE *fp;
char *fmt;
va_list args;
fp=fopen(MsgLog,"a+");
if (f
www.eeworm.com/read/124071/14595023
h msg.h
#ifndef MY_MSG_H
#define MY_MSG_H
extern char MsgLog[30];
ShowMsg(va_alist);
#endif
www.eeworm.com/read/124071/14595049
c msg.c
#include
#include
#include
extern char MsgLog[50];
int ShowMsg(va_alist)
{
FILE *fp;
char *fmt;
va_list args;
fp=fopen(MsgLog,"a+");
if (f
www.eeworm.com/read/224278/14598398
h msg.h
// msg.h : interface of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
//
// This s