代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/447482/1701985
h myddstring.h
#ifndef _MYSTRING_H
#define CN_RES
//#define EN_RES
#ifdef CN_RES
#include "cn_ddres.h"
#elif defined EN_RES
#include "en_ddres.h"
#endif
#endif
www.eeworm.com/read/440274/1799031
c print.c
#include
#include
#include "mystring.h"
int _printf(const char *fmt, ...)
{
int *stack = (int *)&fmt;
char *str;
str = (char *)malloc(sizeof(char) * MAX_LEN);
if(!str)
ret
www.eeworm.com/read/427736/1966771
h createcoder.h
// CreateCoder.h
#ifndef __CREATECODER_H
#define __CREATECODER_H
#include "Common/MyCom.h"
#include "Common/MyString.h"
#include "../ICoder.h"
#include "MethodId.h"
#ifdef EXTERNAL_CODE
www.eeworm.com/read/427735/1967194
h createcoder.h
// CreateCoder.h
#ifndef __CREATECODER_H
#define __CREATECODER_H
#include "Common/MyCom.h"
#include "Common/MyString.h"
#include "../ICoder.h"
#include "MethodId.h"
#ifdef EXTERNAL_CODE
www.eeworm.com/read/427735/1967215
h chmin.h
// Archive/ChmIn.h
#ifndef __ARCHIVE_CHM_IN_H
#define __ARCHIVE_CHM_IN_H
#include "Common/MyString.h"
#include "Common/Buffer.h"
#include "../../IStream.h"
#include "../../Common/InBuffer.h"
www.eeworm.com/read/427735/1967230
h raritem.h
// RarItem.h
#ifndef __ARCHIVE_RAR_ITEM_H
#define __ARCHIVE_RAR_ITEM_H
#include "Common/Types.h"
#include "Common/MyString.h"
#include "RarHeader.h"
namespace NArchive{
namespace NRar{
www.eeworm.com/read/427735/1967322
h cabitem.h
// Archive/CabItem.h
#ifndef __ARCHIVE_CAB_ITEM_H
#define __ARCHIVE_CAB_ITEM_H
#include "Common/Types.h"
#include "Common/MyString.h"
#include "CabHeader.h"
namespace NArchive {
namespace
www.eeworm.com/read/427735/1967363
h comin.h
// Archive/ComIn.h
#ifndef __ARCHIVE_COM_IN_H
#define __ARCHIVE_COM_IN_H
#include "Common/MyString.h"
#include "Common/Buffer.h"
namespace NArchive {
namespace NCom {
struct CUInt32Buf
www.eeworm.com/read/427735/1967640
h netfolder.h
// NetFolder.h
#ifndef __NETFOLDER_H
#define __NETFOLDER_H
#include "Common/MyString.h"
#include "Common/Buffer.h"
#include "Common/MyCom.h"
#include "Windows/PropVariant.h"
#include "Windo
www.eeworm.com/read/427735/1967673
h fsfolder.h
// FSFolder.h
#ifndef __FSFOLDER_H
#define __FSFOLDER_H
#include "Common/MyString.h"
#include "Common/MyCom.h"
#include "Windows/FileFind.h"
#include "Windows/PropVariant.h"
#include "IFo