代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/343165/11967831
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
www.eeworm.com/read/343165/11967858
h string.h
/* We don't want strings.h stuff being user by user stuff by accident */
//#include /* for size_t */
//#include /* for NULL */
#include "types.h"
extern char * __
www.eeworm.com/read/343165/11967917
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
www.eeworm.com/read/343165/11967948
h string.h
/* We don't want strings.h stuff being user by user stuff by accident */
//#include /* for size_t */
//#include /* for NULL */
#include "types.h"
extern char * __
www.eeworm.com/read/343165/11968015
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
www.eeworm.com/read/343165/11968039
h string.h
/* We don't want strings.h stuff being user by user stuff by accident */
//#include /* for size_t */
//#include /* for NULL */
#include "types.h"
extern char * __
www.eeworm.com/read/153763/12008569
h string.h
/* F2MC-16 Family C Library V30L10 */
/* COPYRIGHT(C) FUJITSU LIMITED 1986 */
#ifndef __STRING_H__
#define __STRING_H__
#include
extern void *memcpy( void*, const void*, s
www.eeworm.com/read/342590/12010893
cpp string.cpp
#include "Core.h"
#include
#include
#include
#include
#include
#include
/**
字符串拷贝函数,解决len小于src字符串长度的情况
*/
char* y_strnc
www.eeworm.com/read/153630/12017828