代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/396741/8092187
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/396571/8100075
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/396570/8100172
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/396521/8101897
h string.h
/* string.h standard header */
#ifndef _STRING
#define _STRING
#ifndef _SYSTEM_BUILD
#pragma system_include
#endif
#ifndef _YVALS
#include
#endif
#include
_C_STD_B
www.eeworm.com/read/296379/8108577
doc string.doc
www.eeworm.com/read/396258/8117902
h string.h
#ifndef _STRING_H
#define _STRING_H
#include
extern int strcmp(const char *cs, const char *ct);
extern void *memcpy(void *dest, const void *src, uint cnt);
extern void *memset(void *dest
www.eeworm.com/read/396258/8118007
o string.o
www.eeworm.com/read/396258/8118044
c string.c
#include
#include
#include
void *blkzero(void *dest, unsigned int cnt){
unsigned long *l = dest;
cnt = cnt / 4 / 4;
while (cnt--){
*l++ = 0x00;
*l++ = 0x00;
www.eeworm.com/read/295999/8129172
asm string.asm
global PM_DispStr
global PM_DispInt
_Disposition dd (15*80+0)*2 ;保护模式下显示字符串位置
PM_Disposition equ _Disposition
PM_DispStr:
push ebp
mov ebp,esp
push esi
push edi
push eax
push ebx
www.eeworm.com/read/247403/12661218
exp string.exp
'Click on the "Str" button
If 10 < 5 then StrVar1
else StrVar2