|
NCBI Home IEB Home C Toolkit docs C++ Toolkit source browser C Toolkit source browser (2) |
NCBI C Toolkit Cross ReferenceC/corelib/ncbi.h |
source navigation diff markup identifier search freetext search file search |
1 /* ncbi.h 2 * =========================================================================== 3 * 4 * PUBLIC DOMAIN NOTICE 5 * National Center for Biotechnology Information 6 * 7 * This software/database is a "United States Government Work" under the 8 * terms of the United States Copyright Act. It was written as part of 9 * the author's official duties as a United States Government employee and 10 * thus cannot be copyrighted. This software/database is freely available 11 * to the public for use. The National Library of Medicine and the U.S. 12 * Government have not placed any restriction on its use or reproduction. 13 * 14 * Although all reasonable efforts have been taken to ensure the accuracy 15 * and reliability of the software and data, the NLM and the U.S. 16 * Government do not and cannot warrant the performance or results that 17 * may be obtained by using this software or data. The NLM and the U.S. 18 * Government disclaim all warranties, express or implied, including 19 * warranties of performance, merchantability or fitness for any particular 20 * purpose. 21 * 22 * Please cite the author in any work or product based on this material. 23 * 24 * =========================================================================== 25 * 26 * File Name: ncbi.h 27 * 28 * Author: Gish, Kans, Ostell, Schuler 29 * 30 * Version Creation Date: 1/1/91 31 * 32 * $Revision: 6.2 $ 33 * 34 * File Description: 35 * this includes typedefs, defines, and prototypes for the basic 36 * ncbi portable programming system 37 * 38 * Modifications: 39 * -------------------------------------------------------------------------- 40 * $Log: ncbi.h,v $ 41 * Revision 6.2 1999/04/14 20:04:46 vakatov 42 * For better consistency, moved <ncbiopt.h> from <ncbi.h> to <ncbistd.h> 43 * 44 * Revision 6.1 1998/08/11 22:11:05 vakatov 45 * + <ncbiopt.h> 46 * 47 * Revision 5.1 1997/05/09 16:01:20 vakatov 48 * "ncbicoll.[ch]" is not being used anywhere anymore -- remove it! 49 * Move "ncbiwww.h" and "wwwutils.c" from /network/www2(ncbiwww2.lib) 50 * to /corelib(ncbi.lib) 51 * ========================================================================== 52 */ 53 54 #ifndef _NCBI_ 55 #define _NCBI_ 56 57 #include <ncbilcl.h> 58 #include <ncbistd.h> 59 #include <ncbimem.h> 60 #include <ncbimsg.h> 61 #include <ncbierr.h> 62 #include <ncbistr.h> 63 #include <ncbibs.h> 64 #include <ncbitime.h> 65 #include <ncbifile.h> 66 #include <ncbimath.h> 67 #include <ncbimisc.h> 68 #include <ncbiprop.h> 69 #include <ncbisgml.h> 70 #include <ncbienv.h> 71 #include <ncbiwww.h> 72 #include <ncbimain.h> 73 74 #endif /* _NCBI_ */ 75
|
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more information. |