代码搜索:func

找到约 10,000 项符合「func」的源代码

代码结果 10,000
www.eeworm.com/read/486608/1248859

cpp func.cpp

/* func.cpp -- A program demonstrating function pointers. */ #include void TestFunc (); int main () { void (*FunctionName)(void); FunctionName = TestFunc; Fun
www.eeworm.com/read/486476/1251231

js func.js

/* Copyright (c) 2004-2006, The Dojo Foundation All Rights Reserved. Licensed under the Academic Free License version 2.1 or above OR the modified BSD license. For more information on Dojo licens
www.eeworm.com/read/480780/1314485

po func.po

func.o: func.c sqliteInt.h sqlite3.h \ /usr/lib/gcc/i386-redhat-linux/3.4.6/include/stdarg.h hash.h parse.h \ /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \ /usr/include
www.eeworm.com/read/479151/1339067

h func.h

/* ** ----------------------------------------------------------------------------- ** ** Perle Specialix driver for Linux ** Ported from existing RIO Driver for SCO sources. * * (C) 1990 - 2000
www.eeworm.com/read/478822/1349217

h func.h

#ifndef FUNCH_ #define FUNCH_ #include "typemod.h" #include "datastruct.h" typedef struct { type_expr *type; /* parameter type */ char *name; /* parameter name */ char *comm;
www.eeworm.com/read/478822/1349255

h func.h

#ifndef FUNCH_ #define FUNCH_ #include "typemod.h" typedef struct { type_expr *type; /* parameter type */ char *name; /* parameter name */ char *pcomms; /* paramete
www.eeworm.com/read/478822/1349280

c func.c

/* func.c * * (C) Copyright Nov 23 1996, Edmond J. Breen. * ALL RIGHTS RESERVED. * This code may be copied for personal, non-profit use only. * * * This file contains the methods for dealin
www.eeworm.com/read/478549/1350839

h func.h

/* OBSOLETE -- NOW PART OF BOOZ.H */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1987/02/08 */ /* Functions defined
www.eeworm.com/read/478549/1351092

h func.h

/* OBSOLETE -- NOW PART OF BOOZ.H */ /* The contents of this file are hereby released to the public domain. -- Rahul Dhesi 1987/02/08 */ /* Functions defined
www.eeworm.com/read/474814/1390548

h func.h

// $Header$ #ifndef func_h #define func_h #include "Expr.h" class Sequencer; class Stmt; typedef Value* value_ptr; declare(List,value_ptr); typedef List(value_ptr) args_list; class Parameter; d