代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/365329/9869520
c string.c
#include
#include
#include
#include "String.h"
#include "new.h"
#include "new.r"
struct String {
const void * class; /* must be first */
char * text;
};
static vo
www.eeworm.com/read/365329/9869539
dc string.dc
#include
#include
% String ctor {
struct String * self = super_ctor(String(), _self, app);
const char * text = va_arg(* app, const char *);
self -> text = malloc(strlen(text
www.eeworm.com/read/365329/9869559
d string.d
// new(String(), text)
% Class String: Object {
const char * text;
%}
www.eeworm.com/read/365220/9872815
class string.class
www.eeworm.com/read/365033/9880979
h string.h
www.eeworm.com/read/365033/9881174
h string.h
www.eeworm.com/read/168863/9891188
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/168726/9899526
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/168054/9940896
o string.o
www.eeworm.com/read/168054/9940910
c string.c
#include
#include
#include
#include
#include
u8 is_low_letter(char ch)//实符是否为小写字母
{
return (ch>='a' && ch