代码搜索:declared

找到约 3,220 项符合「declared」的源代码

代码结果 3,220
www.eeworm.com/read/456693/1604721

h py_curses.h

#ifndef Py_CURSES_H #define Py_CURSES_H #ifdef HAVE_NCURSES_H #include #else #include #ifdef HAVE_TERM_H /* for tigetstr, which is not declared in SysV curses */ #in
www.eeworm.com/read/233522/4667789

h vcl_complex.h

#ifndef vcl_win32_complex_h_ #define vcl_win32_complex_h_ // fsm@robots: complex is derived from _Complex_base, which is not // declared with __declspec(dllimport). So complex shouldn't
www.eeworm.com/read/213039/4932409

cpp server.cpp

// server.cpp,v 1.6 1999/12/09 21:56:36 nanbor Exp /* I've hidden the details in an Allocator class declared in mpool.h We'll come to that a little later. */ #include "mpool.h" #if def
www.eeworm.com/read/366702/2866771

c temp_default4.c

// { dg-options "-std=c++0x" } class X { template friend void f(X) { } template friend void g(X); // { dg-error "previously declared here" } template
www.eeworm.com/read/286090/8790086

m4 jm-glibc-io.m4

#serial 7 -*- autoconf -*- dnl From Jim Meyering. dnl dnl See if the glibc *_unlocked I/O macros are available. dnl Use only those *_unlocked macros that are declared. dnl AC_DEFUN([jm_FUNC_GLIBC_UN
www.eeworm.com/read/199146/7882910

c target.c

#include "target.h" #include "ucos_ii.h" /* uC/OS interface */ extern OS_EVENT *Key_Mbox; extern OS_EVENT *OK_Mbox; //Function Declared******************** void TIMER2ISR(void); vo
www.eeworm.com/read/226944/14446039

bak mysocket.c.bak

/* File Name: mysocket.c Description: defination of the basic functions that were declared in mysocket.h Date:2005/3/25 Author: */ #include "mysocket.h" ssize_t readn(int fd,void *buf,size_t nbytes
www.eeworm.com/read/226944/14446049

c mysocket.c

/* File Name: mysocket.c Description: defination of the basic functions that were declared in mysocket.h Date:2005/3/25 Author: */ #include "mysocket.h" ssize_t readn(int fd,void *buf,size_t nbyte
www.eeworm.com/read/470720/1444593

c array1.c

// Test that completing an array declared with a typedef doesn't change // the typedef. // { dg-do run } typedef int iArr[]; const iArr array4={ 1, 2, 3, 4 }; const iArr array3={ 1, 2, 3 }; c
www.eeworm.com/read/470693/1456539

c array1.c

// Test that completing an array declared with a typedef doesn't change // the typedef. // { dg-do run } typedef int iArr[]; const iArr array4={ 1, 2, 3, 4 }; const iArr array3={ 1, 2, 3 }; c