代码搜索:String

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

代码结果 10,000
www.eeworm.com/read/385330/7125082

h string.h

/* *----------------------------------------------------------------------------- * Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software, Inc., 1987-1992 *----------------------------------
www.eeworm.com/read/140797/7146854

h string.h

/* * string.h */ #ifndef _STRING_H #define _STRING_H /* Standard routines */ #define memcpy(a,b,c) __builtin_memcpy(a,b,c) #define memset(a,b,c) __builtin_memset(a,b,c) #define strcpy(a,b) __built
www.eeworm.com/read/140797/7147185

h string.h

/* * string.h */ #ifndef _STRING_H #define _STRING_H #include #include __extern void *memccpy(void *, const void *, int, size_t); __extern void *memchr(const void *, i
www.eeworm.com/read/288936/7150965

h string.h

/*************************************************************************/ /* string.h v3.10 Beta */ /* Copyright (c) 1993-1998 Texas Instruments I
www.eeworm.com/read/464465/7157522

chm string.chm

www.eeworm.com/read/464339/7165120

h string.h

www.eeworm.com/read/464227/7167365

h string.h

#ifndef _STRING_H_ #define _STRING_H_ #include #include #include "../io/softuart.h" int string_search_progmem(PGM_P pointer, unsigned char *buffer); #define string_compare_
www.eeworm.com/read/464227/7167367

c string.c

/* ,-----------------------------------------------------------------------------------------. | util/string |-----------------------------------------------------------------------------------------
www.eeworm.com/read/463543/7178635

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/462821/7195324

h string.h

/* string.h Definitions for memory and string functions. Copyright (c) 1987, 1991 by Borland International All Rights Reserved. */ #ifndef __STRING_H #define __STRING_H #if