代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/439880/7697626
h string.h
/*************************************************************************/
/* string.h v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instruments I
www.eeworm.com/read/439880/7697664
h string.h
/*************************************************************************/
/* string.h v3.10 Beta */
/* Copyright (c) 1993-1998 Texas Instruments I
www.eeworm.com/read/438832/7725285
sh string.sh
#!/bin/bash
# string.bash --- bash emulation of string(3) library routines
# Author: Noah Friedman <friedman@prep.ai.mit.edu>
# ==> Used with his kind permission in this document.
# Created
www.eeworm.com/read/438149/7735373
c string.c
/*
* linux/fs/hfs/string.c
*
* Copyright (C) 1995-1997 Paul H. Hargrove
* (C) 2003 Ardis Technologies
* This file may be distributed under the terms of the GNU General Pub
www.eeworm.com/read/437523/7747267
h string.h
/****************************************************************************
*
* ALi
*
* File: string.h
*
* Description:
*
* History:
* Date Author
www.eeworm.com/read/437419/7748715
h string.h
extern void bzero(char*, unsigned);
extern char* memccpy(char*,char*,char,int);
extern char* memchr(char*,char,int);
extern int memcmp(char*,char*,int);
extern int bcmp(char*,char*,int);
extern c
www.eeworm.com/read/437318/7751319
h string.h
#ifndef __STRING_H
#define __STRING_H
#ifndef __STDDEF_H
#include
#endif
/* The compiler calling convention varies depending on the target
* processor family; therefore, there of
www.eeworm.com/read/437118/7754875
class string.class
www.eeworm.com/read/437118/7754879
java string.java
package Types;
public class STRING extends Type {
public STRING(){}
public boolean coerceTo(Type t) {return (t.actual() instanceof STRING);}
}