代码搜索:Function

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

代码结果 10,000
www.eeworm.com/read/240204/4576844

cxx fl_function_type.cxx

// // "$Id: Fl_Function_Type.cxx,v 1.1.1.1 2003/06/03 22:25:40 agno Exp $" // // C function type code for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2002 by Bill Spitzak and others. //
www.eeworm.com/read/240162/4578898

c conversion-function-1.c

// Copyright (C) 2003 Free Software Foundation // Contributed by Gabriel Dos Reis // { dg-options "-Wno-conversion" } struct A { operator A&(); };
www.eeworm.com/read/240162/4585272

m function-message-1.m

#include @interface Foo : Object + bar; @end int foocalled = 0; int barcalled = 0; id foo() { if (foocalled) abort (); foocalled = 1; return [Foo class]; } @impl