utils.h
来自「Dolfin provide a high-performance linear」· C头文件 代码 · 共 29 行
H
29 行
// Copyright (C) 2003-2005 Anders Logg.// Licensed under the GNU LGPL Version 2.1.//// First added: 2003-02-06// Last changed: 2005-12-21//// Contains small nonspecific utility functions useful for various// tasks, such as string manipulation, simple type definitions, ...#ifndef __UTILS_H#define __UTILS_H#include <string>#include <dolfin/constants.h>namespace dolfin{ bool suffix (const char *string, const char *suffix); void remove_newline (char *string); int length (const char *string); std::string date(); void delay(real seconds); } #endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?