代码搜索:stuff
找到约 10,000 项符合「stuff」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5520133
c array1.c
// { dg-do assemble }
char *stuff() {
char array[10]; // { dg-warning "" }
return array;
}
www.eeworm.com/read/162614/5521165
c ctors16.c
// { dg-do run }
// GROUPS passed constructors
// ctor file
// Message-Id:
// From: roland@jts.com (Roland Knight )
// Subject: gcc 2.4.1 bug
// Date: Wed, 2 Ju
www.eeworm.com/read/194581/8190156
c stringbuf.c
/*
stringbuf: mimicking a bit of C++ to more safely handle strings
copyright 2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distributio
www.eeworm.com/read/294834/8204165
html dir_f0fcf61933910bd388b90fbcdd03e436.html
ahash: work_stuff/ Directory Reference
www.eeworm.com/read/172198/9719986
c routine.c
void p_memcpy( char *src, char *dst, int num ) {
while( num-- > 0 ) {
*dst = *src;
dst++;
src++;
}
}
void p_memset( char *dst, int num, char stuff ) {
while( num-- > 0 ) {
*dst =
www.eeworm.com/read/333846/12658825
h sldworks.h
// -------------------------------------------------------------------
//
// Filename: SldWorks.h
// Description: Includes the SolidWorks include files plus string
// functions
www.eeworm.com/read/204538/15337281
inc general.inc
;;--------------------- Common stuff for ASM routines ---------------------
.include "p30f6010a.inc"
;;--------------------- Test stuff for simulation ---------------------
.extern
www.eeworm.com/read/112652/15480383
cpp demo11_2.cpp
// DEMO11_2.CPP - an example of recursion via factorial
// INCLUDES ///////////////////////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // make sure certain headers are
www.eeworm.com/read/110432/15533650
c scope.c
/* Chapter 5 - Program 4 */
#include "stdio.h" /* Prototypes for Input/Output */
void head1(void); /* Prototype for head1
www.eeworm.com/read/100204/15880441
rhapsody defaults.rhapsody
#ident "%W% %E% %Q%"
###########################################################################
#
# global definitions for NeXT Step (Apple Rhapsody) Systems
#
#######################################