代码搜索结果
找到约 10,000 项符合
W 的代码
w_wrap.h
/* w_wrap.h */
/* prototypes for the functions in w_wrap.c */
#ifndef W_WRAP__H
#define W_WRAP__H
#include /* For size_t */
#include /* For FILE */
char *wor
makefile.w32
# Makefile for WATCOM C/C++ for 32-bit DOS 10.0
all: qmenu32.exe
COPTS=-oneatx
.c.obj:
wcl386 $(COPTS) -zq -wx -c $<
objs=qmenu.obj \
vidmgr.obj \
vmgrdos.obj \
vioimage.obj
w_wrap.c
/* w_wrap.c */
/*
** This is an attempt at a useful word-wrap function. It is given an array
** of characters ( a string ) and it modifies the string, replacing any
** new-lines found with spaces