# This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. #----cut here-----cut here-----cut here-----cut here----# #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # README # copy_headers # patch_em # bALib.h # bLib.h # bootLib.h # floatLib.h # fppALib.h # ifLib.h # intALib.h # intLib.h # kernelLib.h # ledLib.h # logLib.h # pathLib.h # rebootLib.h # rlogLib.h # shellLib.h # spyLib.h # taskHookLib.h # tickLib.h # timexLib.h # vxALib.h # vxLib.h # This archive created: Mon Jun 18 09:16:06 1990 echo shar: extracting README '(705 characters)' sed 's/^X//' << \SHAR_EOF > README XThis submission is an attempt to provide some measure of ANSI C Xcompatibility to VxWorks. There are two types of files included: Xpatches to WRS supplied headers and those I have generated myself. To Xcreate the patched headers, modify the shell script copy_headers, Xchanging the variable VXPATH to point to wherever you keep the Xoriginals. Then run the shell script patch_em to apply the patches. I Xreccomend putting these files in a subdirectory ansi of the WRS h Xdirectory. X XI have been using these headers, but I have not used all of them or Xall of the functions in those I have used, so do not be surprised if Xsome have problems (especially typos). Please report any to me at: X Xthor@thor.atd.ucar.edu SHAR_EOF if test 705 -ne "`wc -c README`" then echo shar: error transmitting README '(should have been 705 characters)' fi echo shar: extracting copy_headers '(890 characters)' sed 's/^X//' << \SHAR_EOF > copy_headers X#!/bin/sh X# X# This copies the needed files to the local directory. Change VXPATH as needed. X# XVXPATH=/vx/h Xexport VXPATH X Xcp $VXPATH/errnoLib.h . Xcp $VXPATH/etherLib.h . Xcp $VXPATH/excLib.h . Xcp $VXPATH/fioLib.h . Xcp $VXPATH/fppLib.h . Xcp $VXPATH/ftpLib.h . Xcp $VXPATH/hostLib.h . Xcp $VXPATH/inetLib.h . Xcp $VXPATH/ioLib.h . Xcp $VXPATH/iosLib.h . Xcp $VXPATH/iv68k.h . Xcp $VXPATH/loadLib.h . Xcp $VXPATH/lstLib.h . Xcp $VXPATH/memLib.h . Xcp $VXPATH/nfsLib.h . Xcp $VXPATH/remLib.h . Xcp $VXPATH/rngLib.h . Xcp $VXPATH/routeLib.h . Xcp $VXPATH/rpcLib.h . Xcp $VXPATH/rt11Lib.h . Xcp $VXPATH/rt11ULib.h . Xcp $VXPATH/semLib.h . Xcp $VXPATH/sigLib.h . Xcp $VXPATH/socket.h . Xcp $VXPATH/stdioLib.h . Xcp $VXPATH/strLib.h . Xcp $VXPATH/symLib.h . Xcp $VXPATH/sysLib.h . Xcp $VXPATH/taskLib.h . Xcp $VXPATH/taskVarLib.h . Xcp $VXPATH/telnetLib.h . Xcp $VXPATH/tyLib.h . Xcp $VXPATH/vxWorks.h . Xcp $VXPATH/wdLib.h . X SHAR_EOF if test 890 -ne "`wc -c copy_headers`" then echo shar: error transmitting copy_headers '(should have been 890 characters)' fi echo shar: extracting patch_em '(863 characters)' sed 's/^X//' << \SHAR_EOF > patch_em X#!/bin/sh X# X# This copies the needed files to the local directory. Change VXPATH as needed. X# X Xpatch bALib.h X/* X * $Id: bALib.h,v 1.1 90/04/03 14:36:27 thor Exp $ X * X * Module: bALib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 29 Jan 90 X * X * revision history X * ---------------- X * $Log: bALib.h,v $ X * Revision 1.1 90/04/03 14:36:27 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCbalibh X#define INCbalibh X X/* functions */ X XIMPORT void bcopy(char *, char *, int); XIMPORT void bcopyBytes(char *, char *, int); XIMPORT void bfill(char *, int, char); XIMPORT void bfillBytes(char *, int, char); X X#endif INCbalibh X SHAR_EOF if test 603 -ne "`wc -c bALib.h`" then echo shar: error transmitting bALib.h '(should have been 603 characters)' fi echo shar: extracting bLib.h '(615 characters)' sed 's/^X//' << \SHAR_EOF > bLib.h X/* X * $Id: bLib.h,v 1.1 90/04/03 14:36:42 thor Exp $ X * X * Module: bLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 29 Jan. 90 X * X * revision history X * ---------------- X * $Log: bLib.h,v $ X * Revision 1.1 90/04/03 14:36:42 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCblibh X#define INCblibh X X/* functions */ X XIMPORT int bcmp(char *, char *, int); XIMPORT void binvert(char *, int); XIMPORT void bswap(char *, char *, int); XIMPORT void bzero(char *, int); XIMPORT void swab(char *, char *, int); X X#endif INCblibh X SHAR_EOF if test 615 -ne "`wc -c bLib.h`" then echo shar: error transmitting bLib.h '(should have been 615 characters)' fi echo shar: extracting bootLib.h '(928 characters)' sed 's/^X//' << \SHAR_EOF > bootLib.h X/* X * $Id: bootLib.h,v 1.1 90/04/03 14:36:52 thor Exp $ X * X * Module: bootLib X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 29 Jan. 1990 X * X * revision history X * ---------------- X * $Log: bootLib.h,v $ X * Revision 1.1 90/04/03 14:36:52 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCbootlibh X#define INCbootlibh X X/* functions */ X XIMPORT STATUS bootBpAnchorExtract(char *, char **); XIMPORT void bootChange(void); XIMPORT STATUS bootNetMaskExtract(char *, int *); XIMPORT void bootParamsPrompt(char *); XIMPORT void bootParamsShow(char *); XIMPORT STATUS bootParamsToString(char *, char *, char *, char *, char *, X char *, char *, char *, char *, char *, X int, int); XIMPORT char *bootStringToParams(char *, char *, char *, char *, char *, X char *, char *, char *, char *, char *, X int *, int *); X X#endif INCbootlibh X SHAR_EOF if test 928 -ne "`wc -c bootLib.h`" then echo shar: error transmitting bootLib.h '(should have been 928 characters)' fi echo shar: extracting floatLib.h '(719 characters)' sed 's/^X//' << \SHAR_EOF > floatLib.h X/* X * $Id: floatLib.h,v 1.1 90/04/03 14:37:26 thor Exp $ X * X * Module: floatLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: floatLib.h,v $ X * Revision 1.1 90/04/03 14:37:26 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCfloatLibh X#define INCfloatLibh X X/* functions */ XIMPORT void floatInit(void); XIMPORT double frexp(double, int *); XIMPORT double ldexp(double, int); XIMPORT double modf(double, double *); XIMPORT char *ecvtb(double, int, int *, int *, char *); XIMPORT char *fcvtb(double int, int *, int *, char *); XIMPORT char *gcvt(double, int, char *); X X#endif INCfloatLibh X SHAR_EOF if test 719 -ne "`wc -c floatLib.h`" then echo shar: error transmitting floatLib.h '(should have been 719 characters)' fi echo shar: extracting fppALib.h '(496 characters)' sed 's/^X//' << \SHAR_EOF > fppALib.h X/* X * $Id: fppALib.h,v 1.1 90/04/03 14:37:34 thor Exp $ X * X * Module: fppALib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: fppALib.h,v $ X * Revision 1.1 90/04/03 14:37:34 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCfppALibh X#define INCfppALibh X X/* functions */ XIMPORT void fppSave(FP_CONTEXT); XIMPORT void fppREstore(FP_CONTEXT); X X#endif INCfppALibh X SHAR_EOF if test 496 -ne "`wc -c fppALib.h`" then echo shar: error transmitting fppALib.h '(should have been 496 characters)' fi echo shar: extracting ifLib.h '(540 characters)' sed 's/^X//' << \SHAR_EOF > ifLib.h X/* X * $Id: ifLib.h,v 1.1 90/04/03 14:37:52 thor Exp $ X * X * Module: ifLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: ifLib.h,v $ X * Revision 1.1 90/04/03 14:37:52 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCifLibh X#define INCifLibh X X/* functions */ XIMPORT STATUS ifAddrSet(char *, char *); XIMPORT STATUS ifBroadcastSet(char *, char *); XIMPORT STATUS ifMaskSet(char *, int); X X#endif INCifLibh X SHAR_EOF if test 540 -ne "`wc -c ifLib.h`" then echo shar: error transmitting ifLib.h '(should have been 540 characters)' fi echo shar: extracting intALib.h '(456 characters)' sed 's/^X//' << \SHAR_EOF > intALib.h X/* X * $Id: intALib.h,v 1.1 90/04/03 14:38:06 thor Exp $ X * X * Module: intALib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: intALib.h,v $ X * Revision 1.1 90/04/03 14:38:06 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCintALibh X#define INCintALibh X X/* functions */ XIMPORT int intLevelSet(int); X X#endif INCintALibh X SHAR_EOF if test 456 -ne "`wc -c intALib.h`" then echo shar: error transmitting intALib.h '(should have been 456 characters)' fi echo shar: extracting intLib.h '(864 characters)' sed 's/^X//' << \SHAR_EOF > intLib.h X/* X * $Id: intLib.h,v 1.2 90/06/13 08:44:28 thor Exp $ X * X * Module: intLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: intLib.h,v $ X * Revision 1.2 90/06/13 08:44:28 thor X * Fixed broken data declaration X * X * Revision 1.1 90/04/03 14:38:16 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCintLibh X#define INCintLibh X X/* functions */ XIMPORT STATUS intConnect(FUNCPTR *, FUNCPTR, int); XIMPORT BOOL intContext(void); XIMPORT int intCount(void); XIMPORT FUNCPTR intHandlerCreate(FUNCPTR, int); XIMPORT int intLock(void); XIMPORT void intUnlock(int); XIMPORT FUNCPTR *intVecBaseGet(void); XIMPORT void intVecBaseSet(FUNCPTR *); XIMPORT FUNCPTR intVecGet(FUNCPTR *); XIMPORT void intVecSet(FUNCPTR *, FUNCPTR); X X#endif INCintLibh X SHAR_EOF if test 864 -ne "`wc -c intLib.h`" then echo shar: error transmitting intLib.h '(should have been 864 characters)' fi echo shar: extracting kernelLib.h '(578 characters)' sed 's/^X//' << \SHAR_EOF > kernelLib.h X/* X * $Id: kernelLib.h,v 1.1 90/04/03 14:38:39 thor Exp $ X * X * Module: kernelLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: kernelLib.h,v $ X * Revision 1.1 90/04/03 14:38:39 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCkernelLibh X#define INCkernelLibh X X/* functions */ XIMPORT void kernelInit(int, FUNCPTR, int, char *, char *, int, int); XIMPORT STATUS kernelTimeSlice(int); XIMPORT char *kernelVersion(void); X X#endif INCkernelLibh X SHAR_EOF if test 578 -ne "`wc -c kernelLib.h`" then echo shar: error transmitting kernelLib.h '(should have been 578 characters)' fi echo shar: extracting ledLib.h '(566 characters)' sed 's/^X//' << \SHAR_EOF > ledLib.h X/* X * $Id: ledLib.h,v 1.1 90/04/03 14:38:48 thor Exp $ X * X * Module: ledLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: ledLib.h,v $ X * Revision 1.1 90/04/03 14:38:48 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCledLibh X#define INCledLibh X X/* functions */ XIMPORT void ledClose(int); XIMPORT void ledControl(int, int, int, int); XIMPORT int ledOpen(int, int, int); XIMPORT int ledRead(int , char *, int); X X#endif INCledLibh X SHAR_EOF if test 566 -ne "`wc -c ledLib.h`" then echo shar: error transmitting ledLib.h '(should have been 566 characters)' fi echo shar: extracting logLib.h '(742 characters)' sed 's/^X//' << \SHAR_EOF > logLib.h X/* X * $Id: logLib.h,v 1.2 90/06/13 11:14:14 thor Exp $ X * X * Module: logLib X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 22 Jan 90 X * X * revision history X * ---------------- X * $Log: logLib.h,v $ X * Revision 1.2 90/06/13 11:14:14 thor X * Fixed typos. X * X * Revision 1.1 90/04/03 14:39:04 thor X * Initial revision X * X * X * X * description: X * This is the prototype header file for message log routines. X */ X#ifndef INCloglibh X#define INCloglibh X XIMPORT STATUS logInit(int, int); XIMPORT void logMsg(const char *, ...); XIMPORT void logFdSet(int); XIMPORT STATUS logFdAdd(int); XIMPORT STATUS logFdDelete(int); XIMPORT void logTask(void); X X#endif INCloglibh X SHAR_EOF if test 742 -ne "`wc -c logLib.h`" then echo shar: error transmitting logLib.h '(should have been 742 characters)' fi echo shar: extracting pathLib.h '(771 characters)' sed 's/^X//' << \SHAR_EOF > pathLib.h X/* X * $Id: pathLib.h,v 1.1 90/04/03 14:39:27 thor Exp $ X * X * Module: pathLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 22 Jan 90 X * X * revision history X * ---------------- X * $Log: pathLib.h,v $ X * Revision 1.1 90/04/03 14:39:27 thor X * Initial revision X * X * X * X * description: X * Header file for VxWorks' path routines. X */ X#ifndef INCpathlibh X#define INCpathlibh X XIMPORT void pathAppend(char *, char **, int); XIMPORT void pathBuild(char **, int, char *); XIMPORT void pathCat(char *, char *, char *); XIMPORT void pathCondense(char *); XIMPORT void pathLastName(char *, char **); XIMPORT void pathRemove(char *); XIMPORT void pathSplit(char *, char *, char *); X X#endif INCpathlibh X SHAR_EOF if test 771 -ne "`wc -c pathLib.h`" then echo shar: error transmitting pathLib.h '(should have been 771 characters)' fi echo shar: extracting rebootLib.h '(558 characters)' sed 's/^X//' << \SHAR_EOF > rebootLib.h X/* X * $Id: rebootLib.h,v 1.1 90/04/03 14:39:36 thor Exp $ X * X * Module: rebootLib X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 22 Jan 1990 X * X * revision history X * ---------------- X * $Log: rebootLib.h,v $ X * Revision 1.1 90/04/03 14:39:36 thor X * Initial revision X * X * X * X * description: X * Header file for VxWorks' reboot routines. X */ X#ifndef INCrebootlibh X#define INCrebootlibh X XIMPORT void reboot(int); XIMPORT STATUS rebootHookAdd(FUNCPTR); X X#endif INCrebootlibh X SHAR_EOF if test 558 -ne "`wc -c rebootLib.h`" then echo shar: error transmitting rebootLib.h '(should have been 558 characters)' fi echo shar: extracting rlogLib.h '(514 characters)' sed 's/^X//' << \SHAR_EOF > rlogLib.h X/* X * $Id: rlogLib.h,v 1.1 90/04/03 14:39:51 thor Exp $ X * X * Module: rlogLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: rlogLib.h,v $ X * Revision 1.1 90/04/03 14:39:51 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCrlogLibh X#define INCrlogLibh X X/* functions */ XIMPORT STATUS rlogin(char *); XIMPORT STATUS rlogInit(void); XIMPORT void rlogind(void); X X#endif INCrlogLibh X SHAR_EOF if test 514 -ne "`wc -c rlogLib.h`" then echo shar: error transmitting rlogLib.h '(should have been 514 characters)' fi echo shar: extracting shellLib.h '(695 characters)' sed 's/^X//' << \SHAR_EOF > shellLib.h X/* X * $Id: shellLib.h,v 1.1 90/04/03 14:41:35 thor Exp $ X * X * Module: shellLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: shellLib.h,v $ X * Revision 1.1 90/04/03 14:41:35 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCshellLibh X#define INCshellLibh X X/* functions */ XIMPORT void shell(BOOL); XIMPORT void shellHistory(int); XIMPORT STATUS shellInit(int, int); XIMPORT BOOL shellLock(BOOL); XIMPORT void shellLogout(void); XIMPORT void shellOrigStdSet(int, int); XIMPORT void shellPromptSet(char *); XIMPORT void shellScriptAbort(void); X X#endif INCshellLibh X SHAR_EOF if test 695 -ne "`wc -c shellLib.h`" then echo shar: error transmitting shellLib.h '(should have been 695 characters)' fi echo shar: extracting spyLib.h '(619 characters)' sed 's/^X//' << \SHAR_EOF > spyLib.h X/* X * $Id: spyLib.h,v 1.1 90/04/03 14:41:53 thor Exp $ X * X * Module: spyLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: spyLib.h,v $ X * Revision 1.1 90/04/03 14:41:53 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCspyLibh X#define INCspyLibh X X/* functions */ XIMPORT void spy(int, int); XIMPORT STATUS spyClkStart(int); XIMPORT void spyClkStop(void); XIMPORT void spyHelp(void); XIMPORT void spyReport(void); XIMPORT void spyStop(void); XIMPORT void spyTasK(int); X X#endif INCspyLibh X SHAR_EOF if test 619 -ne "`wc -c spyLib.h`" then echo shar: error transmitting spyLib.h '(should have been 619 characters)' fi echo shar: extracting taskHookLib.h '(597 characters)' sed 's/^X//' << \SHAR_EOF > taskHookLib.h X/* X * X * Module: taskHookLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 29 Jan 90 X * X * revision history X * ---------------- X * 1.0,29jan90,rekn written. X * X * X */ X#ifndef INCtaskhooklibh X#define INCtaskhooklibh X X/* functions */ X XIMPORT STATUS taskCreateHookAdd(FUNCPTR); XIMPORT STATUS taskCreateHookDelete(FUNCPTR); XIMPORT STATUS taskSwitchHookAdd(FUNCPTR); XIMPORT STATUS taskSwitchHookDelete(FUNCPTR); XIMPORT STATUS taskDeleteHookAdd(FUNCPTR); XIMPORT STATUS taskDeleteHookDelete(FUNCPTR); X X#endif INCtaskhooklibh SHAR_EOF if test 597 -ne "`wc -c taskHookLib.h`" then echo shar: error transmitting taskHookLib.h '(should have been 597 characters)' fi echo shar: extracting tickLib.h '(473 characters)' sed 's/^X//' << \SHAR_EOF > tickLib.h X/* X * $Id: tickLib.h,v 1.1 90/04/03 14:42:45 thor Exp $ X * X * Module: X * Original Author: X * Copywrited by the National Center for Atmospheric Research X * Date: X * X * revision history X * ---------------- X * $Log: tickLib.h,v $ X * Revision 1.1 90/04/03 14:42:45 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INC X#define INC X X X#endif INC X X/* functions */ X XIMPORT void tickAnnounce(void); XIMPORT void tickSet(int); XIMPORT ULONG tickGet(void); X SHAR_EOF if test 473 -ne "`wc -c tickLib.h`" then echo shar: error transmitting tickLib.h '(should have been 473 characters)' fi echo shar: extracting timexLib.h '(824 characters)' sed 's/^X//' << \SHAR_EOF > timexLib.h X/* X * $Id: timexLib.h,v 1.1 90/04/03 14:42:53 thor Exp $ X * X * Module: timexLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 27 March 1990 X * X * revision history X * ---------------- X * $Log: timexLib.h,v $ X * Revision 1.1 90/04/03 14:42:53 thor X * Initial revision X * X * X * X * description: X * Ansi C header file for timex functions. X */ X#ifndef INCtimexLibh X#define INCtimexLibh X X#include "vxWorks.h" X XIMPORT void timex(FUNCPTR, ...); XIMPORT void timexN(FUNCPTR, ...); XIMPORT void timexClear(void); XIMPORT void timexFunc(int, FUNCPTR, ...); XIMPORT void timexHelp(void); XIMPORT void timexInit(void); XIMPORT void timexPost(int, FUNCPTR, ...); XIMPORT void timexPre(int, FUNCPTR, ...); XIMPORT void timexShow(void); X X#endif INCtimexLibh X X SHAR_EOF if test 824 -ne "`wc -c timexLib.h`" then echo shar: error transmitting timexLib.h '(should have been 824 characters)' fi echo shar: extracting vxALib.h '(448 characters)' sed 's/^X//' << \SHAR_EOF > vxALib.h X/* X * $Id: vxALib.h,v 1.1 90/04/03 14:44:50 thor Exp $ X * X * Module: vxALib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: vxALib.h,v $ X * Revision 1.1 90/04/03 14:44:50 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCvxALibh X#define INCvxALibh X X/* functions */ XIMPORT BOOL vxTas(char *); X X#endif INCvxALibh X SHAR_EOF if test 448 -ne "`wc -c vxALib.h`" then echo shar: error transmitting vxALib.h '(should have been 448 characters)' fi echo shar: extracting vxLib.h '(502 characters)' sed 's/^X//' << \SHAR_EOF > vxLib.h X/* X * $Id: vxLib.h,v 1.1 90/04/03 14:45:03 thor Exp $ X * X * Module: vxLib.h X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: vxLib.h,v $ X * Revision 1.1 90/04/03 14:45:03 thor X * Initial revision X * X * X * X * description: X */ X#ifndef INCvxLibh X#define INCvxLibh X X/* functions */ XIMPORT STATUS vxMemProbe(char *, int, int, char *); XIMPORT STATUS sysMemProbe(char *); X X#endif INCvxLibh X SHAR_EOF if test 502 -ne "`wc -c vxLib.h`" then echo shar: error transmitting vxLib.h '(should have been 502 characters)' fi # End of shell archive exit 0