📄 stdheaders.h
字号:
/* * Copyright 1997, Regents of the University of Minnesota * * stdheaders.h * * This file includes all necessary header files * * Started 8/27/94 * George * * $Id: stdheaders.h,v 1.3 2005/05/06 17:43:43 roystgnr Exp $ */#include <stdio.h>#include <stdlib.h>#ifndef __APPLE__#include <malloc.h>#endif#include <string.h>#include <ctype.h>#include <math.h>#include <stdarg.h>#include <limits.h>#include <time.h>#include <mpi.h>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -