代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/403467/11515765
h string.h
/*--------------------------------------------------------------------------
STRING.H
String functions.
Copyright (c) 1988-2002 Keil Elektronik GmbH and Keil Software, Inc.
All rights reserved.
www.eeworm.com/read/402163/11542029
h string.h
www.eeworm.com/read/400742/11569652
c string.c
/*
* linux/lib/string.c
*
* (C) 1991 Linus Torvalds
*/
#ifndef __GNUC__ // 需要GNU 的C 编译器编译。
#error I want gcc!
#endif
#define extern
#define inline
#define __LIBRARY__
#include
www.eeworm.com/read/400742/11569682
h string.h
#ifndef _STRING_H_
#define _STRING_H_
#ifndef NULL
#define NULL ((void *) 0)
#endif
#ifndef _SIZE_T
#define _SIZE_T
typedef unsigned int size_t;
#endif
extern char *strerror (int errno);
/*
* This
www.eeworm.com/read/400211/11580483
h string.h
/* - STRING.H -
The ANSI 'string' function declarations.
$Name: V3_34L V3_34K V3_34J V3_34I V3_34H V3_34G $
Copyright 1986 - 1
www.eeworm.com/read/348396/11596603
cs string.cs
using System;
using System.Web;
namespace RWSB.Modules
{
///
/// String 的摘要说明。
///
public class String
{
public String()
{
//
// TODO: 在此处添加构造函数逻辑
www.eeworm.com/read/348129/11610040
h string.h
www.eeworm.com/read/348129/11610131
h string.h
www.eeworm.com/read/348129/11610176