00001 /*************************************************************************** 00002 *cr 00003 *cr (C) Copyright 2013-2022 The Board of Trustees of the 00004 *cr University of Illinois 00005 *cr All Rights Reserved 00006 *cr 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * RCS INFORMATION: 00011 * 00012 * $RCSfile: c_compiler.h,v $ 00013 * $Author: johns $ $Locker: $ $State: Exp $ 00014 * $Revision: 1.1 $ $Date: 2022/01/20 18:30:07 $ 00015 * 00016 ***************************************************************************/ 00022 #ifndef VMD_C_COMPILER_H 00023 #define VMD_C_COMPILER_H 00024 00025 #ifdef __cplusplus 00026 extern "C" { 00027 #endif 00028 00029 const char *c_compiler_std(); 00030 00031 #ifdef __cplusplus 00032 } 00033 #endif 00034 00035 #endif 00036 00037