代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/304851/13784953
c string.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/*
Code for handling strings with can grow dyna
www.eeworm.com/read/304114/13800150
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-1997 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/302895/13824950
gif string.gif
www.eeworm.com/read/302870/13825765
cpp string.cpp
#include
#include
#include
char *COPY(char *TARGET,char *SOURCE);
char *REVERSE(char *STRING);
int GETLEN(char *STRING);
int main(void)
{
char STRING1[]="
www.eeworm.com/read/302870/13825766
exe string.exe
www.eeworm.com/read/302870/13825768
obj string.obj
www.eeworm.com/read/301490/13858482
h string.h
/*************************************************************************
*
* Copyright Mentor Graphics Corporation 2002
* All Rights Reserved.
www.eeworm.com/read/136031/13877128
gif string.gif
www.eeworm.com/read/152695/5668338
c string.c
/*
* linux/lib/string.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* stupid library routines.. The optimized versions should generally be found
* as inline code in