stdheaders.h
来自「Handles Hexahedral, Tetrahedral, Quadril」· C头文件 代码 · 共 29 行
H
29 行
/* * 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>#ifdef __STDC__#include <stdlib.h>#elif defined(__APPLE__)#include <stdlib.h>#else#include <malloc.h>#endif#include <string.h>#include <ctype.h>#include <math.h>#include <stdarg.h>#include <time.h>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?