代码搜索:strlib
找到约 317 项符合「strlib」的源代码
代码结果 317
www.eeworm.com/read/388292/8617307
dep strlib.dep
# Microsoft Developer Studio Generated Dependency File, included by StrLib.mak
.\StrLib.c : \
".\StrLib.h"\
www.eeworm.com/read/388292/8617314
dsp strlib.dsp
# Microsoft Developer Studio Project File - Name="StrLib" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dy
www.eeworm.com/read/388292/8617319
h strlib.h
/*----------------------
STRLIB.H header file
----------------------*/
#ifdef __cplusplus
#define EXPORT extern "C" __declspec (dllexport)
#else
#define EXPORT __declspec (dllexport)
#en
www.eeworm.com/read/388292/8617328
mak strlib.mak
# Microsoft Developer Studio Generated NMAKE File, Based on StrLib.dsp
!IF "$(CFG)" == ""
CFG=StrLib - Win32 Debug
!MESSAGE No configuration specified. Defaulting to StrLib - Win32 Debug.
!ENDIF
www.eeworm.com/read/388292/8617334
c strlib.c
/*------------------------------------------------
STRLIB.C -- Library module for STRPROG program
(c) Charles Petzold, 1998
------------------------------------------------*/
www.eeworm.com/read/379134/9206707
c strlib.c
/*
** strlib.c
** String library to LUA
**
** Waldemar Celes Filho
** TeCGraf - PUC-Rio
** 19 May 93
*/
#include
#include
#include
#include "lua.h"
/*
** Return the
www.eeworm.com/read/357672/10203247
h strlib.h
//testc.h file define all chars index.
#ifndef _TESTC_H
#define _TESTC_H
typedef unsigned int WORD;
extern const WORD encoding_00[]; //0
extern const WORD encoding_01[]; //1
extern const W
www.eeworm.com/read/357672/10203249
c strlib.c
//testc.c file define all chars information.
//unsigned int key_Buffer=0;
//12*12
typedef unsigned int WORD;
const WORD encoding_00[] = //0
{
0x0c0c,
0x0000, 0x00f0, 0x01f8, 0x030c, 0x0204,
www.eeworm.com/read/420810/10774169
c strlib.c
/*----------------------------------------------------------------------------*
* 功 能: 字符串操作库. *
* 版 本: 1.00 *
* 运行环境: SCO UNIX V3.2.4 以上版本. *
* 历史记录: 日
www.eeworm.com/read/420810/10774174
h strlib.h
#ifndef STRLIB_H
#define STRLIB_H
/*
* System header.
*/
#include
#include
#include
#include
#include
/*
* Micron define.
*/
#ifndef TRUE
#de