代码搜索:strlib
找到约 317 项符合「strlib」的源代码
代码结果 317
www.eeworm.com/read/171690/9742157
mak strlib.mak
#----------------------
# STRLIB.MAK make file
#----------------------
strlib.dll : strlib.obj
$(LINKER) $(DLLFLAGS) -SECTION:shared,rws -OUT:strlib.dll \
strlib.obj $(GUILI
www.eeworm.com/read/171690/9742167
dll strlib.dll
www.eeworm.com/read/171690/9742183
lib strlib.lib
www.eeworm.com/read/171690/9742185
c strlib.c
/*------------------------------------------------
STRLIB.C -- Library module for STRPROG program
(c) Charles Petzold, 1996
------------------------------------------------*/
www.eeworm.com/read/171690/9742193
h strlib.h
/*----------------------
STRLIB.H header file
----------------------*/
typedef BOOL (CALLBACK *PSTRCB) (PSTR, PVOID) ;
#define MAX_STRINGS 256
#define EXPORT extern "C" __declspec (dlle
www.eeworm.com/read/414901/11096291
c strlib.c
/*
* File: strlib.c
* Last modified on Fri Jul 15 14:10:41 1994 by eroberts
* -----------------------------------------------------
* This file implements the strlib interface.
*/
/*
* General
www.eeworm.com/read/414901/11096293
h strlib.h
/*
* File: strlib.h
* Last modified on Fri Jul 15 14:10:40 1994 by eroberts
* -----------------------------------------------------
* The strlib.h file defines the interface for a simple
* string