📄 utils.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -