txc_hdf5.h
来自「pic 模拟程序!面向对象」· C头文件 代码 · 共 36 行
H
36 行
//-----------------------------------------------------------------------------//// File: txc_hdf5.h//// Purpose: For getting HDF included correctly//// Version: $Id: txc_hdf5.h,v 1.3 2003/09/30 23:59:44 cary Exp $//// Copyright (c) 2003 Tech-X Corporation.// See LICENSE file for conditions of use.////-----------------------------------------------------------------------------#ifndef TXC_HDF5_H#define TXC_HDF5_H// Standard includes#include <time.h>#ifdef HAVE_CONFIG_H#include <config.h>#endif#ifdef __MWERKS__#define HAVE_HDF5#endif// hdf5 includes#ifdef HAVE_HDF5#include <hdf5.h>// Reverse stupidity of hdf5: not needed after 1.4?// #undef inline#endif#endif // TXC_HDF5_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?