代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/454938/7381183
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/446971/7561938
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/197875/7964593
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/396882/8085191
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/396170/8120780
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/245201/12810672
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/315311/13546792
html structures.html
Xlib Programming Manual: Event Structures
10.2 Event Structures
For each event type,
a corresponding structure is declared in
www.eeworm.com/read/309649/13667102
h doansi.h
/* +++Date last modified: 05-Jul-1997 */
/*
** DOANSI.H - Portable ANSI screen code interpreter
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by aut
www.eeworm.com/read/309649/13667319
c doansi_1.c
/* +++Date last modified: 05-Jul-1997 */
/*
** DOANSI_1.C - Portable ANSI screen code interpreter
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by a
www.eeworm.com/read/136812/5860882
llib-lcurses
/* @(#)llib-lcurses 1.1 92/07/30 SMI; from UCB 1.5 3/27/83 */
/* LINTLIBRARY */
# include "curses.h"
/*
* Fake declarations; all of these are declared as externs in curses.h,
* but lint needs some