00001 // libtest.h 00002 // Defines self test module for standard library routines. 00003 // 00004 // Copyright (c) 1992-1996 The Regents of the University of California. 00005 // All rights reserved. See copyright.h for copyright notice and limitation 00006 // of liability and disclaimer of warranty provisions. 00007 00008 #ifndef LIBTEST_H 00009 #define LIBTEST_H 00010 00011 #include "copyright.h" 00012 00013 extern void LibSelfTest(); 00014 00015 #endif // LIBTEST_H