代码搜索结果

找到约 820,005 项符合 if 的代码

path.c

/* path.c: * * functions that deal with the image path * * jim frost 10.03.89 * * Copyright 1989, 1990 Jim Frost. See included file "copyright.h" for * complete copyright information. */ #if

basic.h

#if !defined (YES) #define YES 1 #endif #if !defined (NO) #define NO 0 #endif #if !defined (EOS) #define EOS '\0' #endif #if !defined (TAB) #define TAB '\t' #endif #if !defined (NULL) #define NULL

path.c

/* path.c: * * functions that deal with the image path * * jim frost 10.03.89 * * Copyright 1989, 1990 Jim Frost. See included file "copyright.h" for * complete copyright information. */ #if

sperror.c

#include #include #include /* * * sp_error() * */ int sp_error(sp) SP_FILE *sp; { char *proc_name="sp_error"; SPIFR *spifr; if (sp == SPNULL) re

raw2nist.sh

#! /bin/sh # # Converts raw data to Sphere format speech file. # Uses h_add and h_edit. if [ $# -lt 2 ]; then echo "raw2nist { infile | - } outfile [h_edit options]" >&2 exit 1 fi IN="$1" OUT="$2"

shpackio.c

#include #include #include #include #include #include /**** Added byt JGF ****/ #if defined(NARCH_SUN) || defined(NARCH_HP) /*

sp_ntoh.c

#include #include #define SPHERE_LIBRARY_CODE #include long sp_ntohl(long t){ static enum SP_sample_byte_fmt sbf = SP_sbf_null; if (sbf == SP_sbf_null) sb

fobops.c

/* LINTLIBRARY */ #include FOB * fob_create(FILE *fp) { FOB * fobp; fobp = (FOB *) mtrf_malloc( sizeof(FOB) ); if ( fobp == FOBPNULL ) return FOBPNULL; fobp->fp = fp; fobp->

raw2nist.sh

#! /bin/sh # # Converts raw data to Sphere format speech file. # Uses h_add and h_edit. if [ $# -lt 2 ]; then echo "raw2nist { infile | - } outfile [h_edit options]" >&2 exit 1 fi IN="$1" OUT="$2"

tsphere.c

#include #include #include #define SPHERE_PRE_2_2 #include #include #include #if defined(NARCH_SUN) || defined(NARCH_HP)