# 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 # bALib.hh # bLib.hh # bootLib.hh # errnoLib.hh # etherLib.hh # excLib.hh # fioLib.hh # floatLib.hh # fppALib.hh # fppLib.hh # hostLib.hh # ifLib.hh # inetLib.hh # intALib.hh # intLib.hh # ioLib.hh # iosLib.hh # iv68k.hh # kernelLib.hh # ledLib.hh # loadLib.hh # logLib.hh # lstLib.hh # memLib.hh # nfsLib.hh # pathLib.hh # This archive created: Wed Apr 4 08:06:13 1990 echo shar: extracting README '(260 characters)' sed 's/^X//' << \SHAR_EOF > README XThis submission provides a simple way to provide C++ source with Xaccess to the VxWorks libraries. The .hh files are simply headers that Xwrap the ANSI C headers in the C++ extern "C" {} construct to provide Xproper linkage. X XRich Neitzel X Xthor@thor.atd.ucar.edu SHAR_EOF if test 260 -ne "`wc -c README`" then echo shar: error transmitting README '(should have been 260 characters)' fi echo shar: extracting bALib.hh '(562 characters)' sed 's/^X//' << \SHAR_EOF > bALib.hh X/* X * $Id: bALib.hh,v 1.1 90/04/03 14:36:37 thor Exp $ X * X * Module: bALib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: bALib.hh,v $ X * Revision 1.1 90/04/03 14:36:37 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCbAlibhh X#define INCbAlibhh X Xextern "C" { X#include "bALib.h" X} X X#endif INCbAlibhh X SHAR_EOF if test 562 -ne "`wc -c bALib.hh`" then echo shar: error transmitting bALib.hh '(should have been 562 characters)' fi echo shar: extracting bLib.hh '(555 characters)' sed 's/^X//' << \SHAR_EOF > bLib.hh X/* X * $Id: bLib.hh,v 1.1 90/04/03 14:36:47 thor Exp $ X * X * Module: bLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: bLib.hh,v $ X * Revision 1.1 90/04/03 14:36:47 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCblibhh X#define INCblibhh X Xextern "C" { X#include "bLib.h" X} X X#endif INCblibhh X SHAR_EOF if test 555 -ne "`wc -c bLib.hh`" then echo shar: error transmitting bLib.hh '(should have been 555 characters)' fi echo shar: extracting bootLib.hh '(576 characters)' sed 's/^X//' << \SHAR_EOF > bootLib.hh X/* X * $Id: bootLib.hh,v 1.1 90/04/03 14:36:56 thor Exp $ X * X * Module: bootLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: bootLib.hh,v $ X * Revision 1.1 90/04/03 14:36:56 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCbootlibhh X#define INCbootlibhh X Xextern "C" { X#include "bootLib.h" X} X X#endif INCbootlibhh X SHAR_EOF if test 576 -ne "`wc -c bootLib.hh`" then echo shar: error transmitting bootLib.hh '(should have been 576 characters)' fi echo shar: extracting errnoLib.hh '(584 characters)' sed 's/^X//' << \SHAR_EOF > errnoLib.hh X/* X * $Id: errnoLib.hh,v 1.1 90/04/03 14:37:01 thor Exp $ X * X * Module: errnoLib X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 21 Jan 90 X * X * revision history X * ---------------- X * $Log: errnoLib.hh,v $ X * Revision 1.1 90/04/03 14:37:01 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCerrnolibhh X#define INCerrnolibhh X X Xextern "C" { X#include "errnoLib.h" X} X X#endif INCerrnolibhh X SHAR_EOF if test 584 -ne "`wc -c errnoLib.hh`" then echo shar: error transmitting errnoLib.hh '(should have been 584 characters)' fi echo shar: extracting etherLib.hh '(583 characters)' sed 's/^X//' << \SHAR_EOF > etherLib.hh X/* X * $Id: etherLib.hh,v 1.1 90/04/03 14:37:06 thor Exp $ X * X * Module: etherLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: etherLib.hh,v $ X * Revision 1.1 90/04/03 14:37:06 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCetherLibhh X#define INCetherLibhh X Xextern "C" { X#include "etherLib.h" X} X X#endif INCetherLibhh X SHAR_EOF if test 583 -ne "`wc -c etherLib.hh`" then echo shar: error transmitting etherLib.hh '(should have been 583 characters)' fi echo shar: extracting excLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > excLib.hh X/* X * $Id: excLib.hh,v 1.1 90/04/03 14:37:17 thor Exp $ X * X * Module: excLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: excLib.hh,v $ X * Revision 1.1 90/04/03 14:37:17 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCexcLibhh X#define INCexcLibhh X Xextern "C" { X#include "excLib.h" X} X X#endif INCexcLibhh X SHAR_EOF if test 569 -ne "`wc -c excLib.hh`" then echo shar: error transmitting excLib.hh '(should have been 569 characters)' fi echo shar: extracting fioLib.hh '(570 characters)' sed 's/^X//' << \SHAR_EOF > fioLib.hh X/* X * $Id: fioLib.hh,v 1.1 90/04/03 14:37:21 thor Exp $ X * X * Module: fioLib X * Original Author: Richard E. K. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 21 Jan 90 X * X * revision history X * ---------------- X * $Log: fioLib.hh,v $ X * Revision 1.1 90/04/03 14:37:21 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCfiolibhh X#define INCfiolibhh X X Xextern "C" { X#include "fioLib.h" X} X X#endif INCfiolibhh X SHAR_EOF if test 570 -ne "`wc -c fioLib.hh`" then echo shar: error transmitting fioLib.hh '(should have been 570 characters)' fi echo shar: extracting floatLib.hh '(562 characters)' sed 's/^X//' << \SHAR_EOF > floatLib.hh X/* X * $Id: floatLib.hh,v 1.1 90/04/03 14:37:30 thor Exp $ X * X * Module: floatLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: floatLib.hh,v $ X * Revision 1.1 90/04/03 14:37:30 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCfloatLibhh X#define INCfloatLibhh X Xextern "C" { X#include "floatLib.h" X} X X#endif INCfloatLibhh X SHAR_EOF if test 562 -ne "`wc -c floatLib.hh`" then echo shar: error transmitting floatLib.hh '(should have been 562 characters)' fi echo shar: extracting fppALib.hh '(555 characters)' sed 's/^X//' << \SHAR_EOF > fppALib.hh X/* X * $Id: fppALib.hh,v 1.1 90/04/03 14:37:39 thor Exp $ X * X * Module: fppALib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: fppALib.hh,v $ X * Revision 1.1 90/04/03 14:37:39 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCfppALibhh X#define INCfppALibhh X Xextern "C" { X#include "fppALib.h" X} X X#endif INCfppALibhh X SHAR_EOF if test 555 -ne "`wc -c fppALib.hh`" then echo shar: error transmitting fppALib.hh '(should have been 555 characters)' fi echo shar: extracting fppLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > fppLib.hh X/* X * $Id: fppLib.hh,v 1.1 90/04/03 14:37:43 thor Exp $ X * X * Module: fppLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: fppLib.hh,v $ X * Revision 1.1 90/04/03 14:37:43 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCfppLibhh X#define INCfppLibhh X Xextern "C" { X#include "fppLib.h" X} X X#endif INCfppLibhh X SHAR_EOF if test 569 -ne "`wc -c fppLib.hh`" then echo shar: error transmitting fppLib.hh '(should have been 569 characters)' fi echo shar: extracting hostLib.hh '(576 characters)' sed 's/^X//' << \SHAR_EOF > hostLib.hh X/* X * $Id: hostLib.hh,v 1.1 90/04/03 14:37:48 thor Exp $ X * X * Module: hostLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: hostLib.hh,v $ X * Revision 1.1 90/04/03 14:37:48 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INChostlibhh X#define INChostlibhh X Xextern "C" { X#include "hostLib.h" X} X X#endif INChostlibhh X SHAR_EOF if test 576 -ne "`wc -c hostLib.hh`" then echo shar: error transmitting hostLib.hh '(should have been 576 characters)' fi echo shar: extracting ifLib.hh '(541 characters)' sed 's/^X//' << \SHAR_EOF > ifLib.hh X/* X * $Id: ifLib.hh,v 1.1 90/04/03 14:37:56 thor Exp $ X * X * Module: ifLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: ifLib.hh,v $ X * Revision 1.1 90/04/03 14:37:56 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCifLibhh X#define INCifLibhh X Xextern "C" { X#include "ifLib.h" X} X X#endif INCifLibhh X SHAR_EOF if test 541 -ne "`wc -c ifLib.hh`" then echo shar: error transmitting ifLib.hh '(should have been 541 characters)' fi echo shar: extracting inetLib.hh '(576 characters)' sed 's/^X//' << \SHAR_EOF > inetLib.hh X/* X * $Id: inetLib.hh,v 1.1 90/04/03 14:38:01 thor Exp $ X * X * Module: inetLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: inetLib.hh,v $ X * Revision 1.1 90/04/03 14:38:01 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCinetlibhh X#define INCinetlibhh X Xextern "C" { X#include "inetLib.h" X} X X#endif INCinetlibhh X SHAR_EOF if test 576 -ne "`wc -c inetLib.hh`" then echo shar: error transmitting inetLib.hh '(should have been 576 characters)' fi echo shar: extracting intALib.hh '(555 characters)' sed 's/^X//' << \SHAR_EOF > intALib.hh X/* X * $Id: intALib.hh,v 1.1 90/04/03 14:38:11 thor Exp $ X * X * Module: intALib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: intALib.hh,v $ X * Revision 1.1 90/04/03 14:38:11 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCintALibhh X#define INCintALibhh X Xextern "C" { X#include "intALib.h" X} X X#endif INCintALibhh X SHAR_EOF if test 555 -ne "`wc -c intALib.hh`" then echo shar: error transmitting intALib.hh '(should have been 555 characters)' fi echo shar: extracting intLib.hh '(548 characters)' sed 's/^X//' << \SHAR_EOF > intLib.hh X/* X * $Id: intLib.hh,v 1.1 90/04/03 14:38:20 thor Exp $ X * X * Module: intLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: intLib.hh,v $ X * Revision 1.1 90/04/03 14:38:20 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCintLibhh X#define INCintLibhh X Xextern "C" { X#include "intLib.h" X} X X#endif INCintLibhh X SHAR_EOF if test 548 -ne "`wc -c intLib.hh`" then echo shar: error transmitting intLib.hh '(should have been 548 characters)' fi echo shar: extracting ioLib.hh '(562 characters)' sed 's/^X//' << \SHAR_EOF > ioLib.hh X/* X * $Id: ioLib.hh,v 1.1 90/04/03 14:38:25 thor Exp $ X * X * Module: ioLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: ioLib.hh,v $ X * Revision 1.1 90/04/03 14:38:25 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCiolibhh X#define INCiolibhh X Xextern "C" { X#include "ioLib.h" X} X X#endif INCiolibhh X SHAR_EOF if test 562 -ne "`wc -c ioLib.hh`" then echo shar: error transmitting ioLib.hh '(should have been 562 characters)' fi echo shar: extracting iosLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > iosLib.hh X/* X * $Id: iosLib.hh,v 1.1 90/04/03 14:38:29 thor Exp $ X * X * Module: iosLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: iosLib.hh,v $ X * Revision 1.1 90/04/03 14:38:29 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCioslibhh X#define INCioslibhh X Xextern "C" { X#include "iosLib.h" X} X X#endif INCioslibhh X SHAR_EOF if test 569 -ne "`wc -c iosLib.hh`" then echo shar: error transmitting iosLib.hh '(should have been 569 characters)' fi echo shar: extracting iv68k.hh '(562 characters)' sed 's/^X//' << \SHAR_EOF > iv68k.hh X/* X * $Id: iv68k.hh,v 1.1 90/04/03 14:38:34 thor Exp $ X * X * Module: iv68k X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: iv68k.hh,v $ X * Revision 1.1 90/04/03 14:38:34 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCiv68khh X#define INCiv68khh X Xextern "C" { X#include "iv68k.h" X} X X#endif INCiv68khh X SHAR_EOF if test 562 -ne "`wc -c iv68k.hh`" then echo shar: error transmitting iv68k.hh '(should have been 562 characters)' fi echo shar: extracting kernelLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > kernelLib.hh X/* X * $Id: kernelLib.hh,v 1.1 90/04/03 14:38:44 thor Exp $ X * X * Module: kernelLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: kernelLib.hh,v $ X * Revision 1.1 90/04/03 14:38:44 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCkernelLibhh X#define INCkernelLibhh X Xextern "C" { X#include "kernelLib.h" X} X X#endif INCkernelLibhh X SHAR_EOF if test 569 -ne "`wc -c kernelLib.hh`" then echo shar: error transmitting kernelLib.hh '(should have been 569 characters)' fi echo shar: extracting ledLib.hh '(548 characters)' sed 's/^X//' << \SHAR_EOF > ledLib.hh X/* X * $Id: ledLib.hh,v 1.1 90/04/03 14:38:53 thor Exp $ X * X * Module: ledLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * X * revision history X * ---------------- X * $Log: ledLib.hh,v $ X * Revision 1.1 90/04/03 14:38:53 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCledLibhh X#define INCledLibhh X Xextern "C" { X#include "ledLib.h" X} X X#endif INCledLibhh X SHAR_EOF if test 548 -ne "`wc -c ledLib.hh`" then echo shar: error transmitting ledLib.hh '(should have been 548 characters)' fi echo shar: extracting loadLib.hh '(576 characters)' sed 's/^X//' << \SHAR_EOF > loadLib.hh X/* X * $Id: loadLib.hh,v 1.1 90/04/03 14:39:00 thor Exp $ X * X * Module: loadLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: loadLib.hh,v $ X * Revision 1.1 90/04/03 14:39:00 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCloadlibhh X#define INCloadlibhh X Xextern "C" { X#include "loadLib.h" X} X X#endif INCloadlibhh X SHAR_EOF if test 576 -ne "`wc -c loadLib.hh`" then echo shar: error transmitting loadLib.hh '(should have been 576 characters)' fi echo shar: extracting logLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > logLib.hh X/* X * $Id: logLib.hh,v 1.1 90/04/03 14:39:09 thor Exp $ X * X * Module: logLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: logLib.hh,v $ X * Revision 1.1 90/04/03 14:39:09 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCloglibhh X#define INCloglibhh X Xextern "C" { X#include "logLib.h" X} X X#endif INCloglibhh X SHAR_EOF if test 569 -ne "`wc -c logLib.hh`" then echo shar: error transmitting logLib.hh '(should have been 569 characters)' fi echo shar: extracting lstLib.hh '(574 characters)' sed 's/^X//' << \SHAR_EOF > lstLib.hh X/* X * $Id: lstLib.hh,v 1.1 90/04/03 14:39:13 thor Exp $ X * X * Module: listLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: lstLib.hh,v $ X * Revision 1.1 90/04/03 14:39:13 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INClistlibhh X#define INClistlibhh X Xextern "C" { X#include "listLib.h" X} X X#endif INClistlibhh X SHAR_EOF if test 574 -ne "`wc -c lstLib.hh`" then echo shar: error transmitting lstLib.hh '(should have been 574 characters)' fi echo shar: extracting memLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > memLib.hh X/* X * $Id: memLib.hh,v 1.1 90/04/03 14:39:18 thor Exp $ X * X * Module: memLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: memLib.hh,v $ X * Revision 1.1 90/04/03 14:39:18 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCmemlibhh X#define INCmemlibhh X Xextern "C" { X#include "memLib.h" X} X X#endif INCmemlibhh X SHAR_EOF if test 569 -ne "`wc -c memLib.hh`" then echo shar: error transmitting memLib.hh '(should have been 569 characters)' fi echo shar: extracting nfsLib.hh '(569 characters)' sed 's/^X//' << \SHAR_EOF > nfsLib.hh X/* X * $Id: nfsLib.hh,v 1.1 90/04/03 14:39:22 thor Exp $ X * X * Module: nfsLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: nfsLib.hh,v $ X * Revision 1.1 90/04/03 14:39:22 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCnfslibhh X#define INCnfslibhh X Xextern "C" { X#include "nfsLib.h" X} X X#endif INCnfslibhh X SHAR_EOF if test 569 -ne "`wc -c nfsLib.hh`" then echo shar: error transmitting nfsLib.hh '(should have been 569 characters)' fi echo shar: extracting pathLib.hh '(576 characters)' sed 's/^X//' << \SHAR_EOF > pathLib.hh X/* X * $Id: pathLib.hh,v 1.1 90/04/03 14:39:31 thor Exp $ X * X * Module: pathLib X * Original Author: Richard E. k. Neitzel X * Copywrited by the National Center for Atmospheric Research X * Date: 20 Jan 90 X * X * revision history X * ---------------- X * $Log: pathLib.hh,v $ X * Revision 1.1 90/04/03 14:39:31 thor X * Initial revision X * X * X * X * description: X * This is simply a wrapper to allow the use of C++ 2.0 on with the X * functions prototypes below. X */ X#ifndef INCpathlibhh X#define INCpathlibhh X Xextern "C" { X#include "pathLib.h" X} X X#endif INCpathlibhh X SHAR_EOF if test 576 -ne "`wc -c pathLib.hh`" then echo shar: error transmitting pathLib.hh '(should have been 576 characters)' fi # End of shell archive exit 0