代码搜索:Stack
找到约 10,000 项符合「Stack」的源代码
代码结果 10,000
www.eeworm.com/read/197222/8011184
h stack_if.h
#ifndef _STACK_IF
#define _STACK_IF
#include "sip_ctrl.h"
#include "sip_util.h"
/* コ〖ルバック簇眶凡 */
int incomingcall();
int connection();
int disconnect();
/* 流减慨脱簇眶 */
void SendRegisterMsg(char* msg,
www.eeworm.com/read/197222/8011208
c stack_if.c
#include "stack_if.h"
#include
extern SAVE_MSG g_SipMsg;
extern STACK_INFO g_StackInfo;
/* コ〖ルバック簇眶凡 */
/* 眉琐に滦して缅慨奶梦を乖う */
int incomingcall(){
printf("\nIncoming call %s ...,\n", g
www.eeworm.com/read/397930/8015002
h stack.h
#ifndef STACK_H_INCLUDED
#define STACK_H_INCLUDED
int new_stack(pstack *head, int size)
{
(*head) = (pstack)malloc(sizeof(stack));
if ((*head) == NULL)
return -1;
(*head)-
www.eeworm.com/read/196983/8037826
mak stack.mak
# ****************************************************************************
# * *
# * stack.mak
www.eeworm.com/read/196983/8037830
h stack.h
/*****************************************************************************
* *
* ------------------------------- stack
www.eeworm.com/read/196983/8037836
c stack.c
/*****************************************************************************
* *
* ------------------------------- stack