⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 calcerr.c

📁 Calc Software Package for Number Calc
💻 C
📖 第 1 页 / 共 2 页
字号:
/* * DO NOT EDIT * * generated by calcerr.tbl via Makefile */#include <stdio.h>#include "calcerr.h"#include "have_const.h"/* * names of calc error values */CONST char *error_table[E__COUNT+2] = {	"No error",    "Division by zero",    "Indeterminate (0/0)",    "Bad arguments for +",    "Bad arguments for binary -",    "Bad arguments for *",    "Bad arguments for /",    "Bad argument for unary -",    "Bad argument for squaring",    "Bad argument for inverse",    "Bad argument for ++",    "Bad argument for --",    "Bad argument for int",    "Bad argument for frac",    "Bad argument for conj",    "Bad first argument for appr",    "Bad second argument for appr",    "Bad third argument for appr",    "Bad first argument for round",    "Bad second argument for round",    "Bad third argument for round",    "Bad first argument for bround",    "Bad second argument for bround",    "Bad third argument for bround",    "Bad first argument for sqrt",    "Bad second argument for sqrt",    "Bad third argument for sqrt",    "Bad first argument for root",    "Bad second argument for root",    "Bad third argument for root",    "Bad argument for norm",    "Bad first argument for << or >>",    "Bad second argument for << or >>",    "Bad first argument for scale",    "Bad second argument for scale",    "Bad first argument for ^",    "Bad second argument for ^",    "Bad first argument for power",    "Bad second argument for power",    "Bad third argument for power",    "Bad first argument for quo or //",    "Bad second argument for quo or //",    "Bad third argument for quo",    "Bad first argument for mod or %",    "Bad second argument for mod or %",    "Bad third argument for mod",    "Bad argument for sgn",    "Bad first argument for abs",    "Bad second argument for abs",    "Scan error in argument for eval",    "Non-simple type for str",    "Non-real epsilon for exp",    "Bad first argument for exp",    "Non-file first argument for fputc",    "Bad second argument for fputc",    "File not open for writing for fputc",    "Non-file first argument for fgetc",    "File not open for reading for fgetc",    "Non-string arguments for fopen",    "Unrecognized mode for fopen",    "Non-file first argument for freopen",    "Non-string or unrecognized mode for freopen",    "Non-string third argument for freopen",    "Non-file argument for fclose",    "Non-file argument for fflush",    "Non-file first argument for fputs",    "Non-string argument after first for fputs",    "File not open for writing for fputs",    "Non-file argument for fgets",    "File not open for reading for fgets",    "Non-file first argument for fputstr",    "Non-string argument after first for fputstr",    "File not open for writing for fputstr",    "Non-file first argument for fgetstr",    "File not open for reading for fgetstr",    "Non-file  argument for fgetline",    "File not open for reading for fgetline",    "Non-file argument for fgetfield",    "File not open for reading for fgetfield",    "Non-file argument for rewind",    "Non-integer argument for files",    "Non-string fmt argument for fprint",    "Stdout not open for writing to ???",    "Non-file first argument for fprintf",    "Non-string second (fmt) argument for fprintf",    "File not open for writing for fprintf",    "Non-string first (fmt) argument for strprintf",    "Error in attempting strprintf ???",    "Non-file first argument for fscan",    "File not open for reading for fscan",    "Non-string first argument for strscan",    "Non-file first argument for fscanf",    "Non-string second (fmt) argument for fscanf",    "Non-lvalue argument after second for fscanf",    "File not open for reading or other error for fscanf",    "Non-string first argument for strscanf",    "Non-string second (fmt) argument for strscanf",    "Non-lvalue argument after second for strscanf",    "Some error in attempting strscanf ???",    "Non-string first (fmt) argument for scanf",    "Non-lvalue argument after first for scanf",    "Some error in attempting scanf ???",    "Non-file argument for ftell",    "File not open or other error for ftell",    "Non-file first argument for fseek",    "Non-integer or negative second argument for fseek",    "File not open or other error for fseek",    "Non-file argument for fsize",    "File not open or other error for fsize",    "Non-file argument for feof",    "File not open or other error for feof",    "Non-file argument for ferror",    "File not open or other error for ferror",    "Non-file argument for ungetc",    "File not open for reading for ungetc",    "Bad second argument or other error for ungetc",    "Exponent too big in scanning",    "E_ISATTY1 is no longer used",    "E_ISATTY2 is no longer used",    "Non-string first argument for access",    "Bad second argument for access",    "Bad first argument for search",    "Bad second argument for search",    "Bad third argument for search",    "Bad fourth argument for search",    "Cannot find fsize or fpos for search",    "File not readable for search",    "Bad first argument for rsearch",    "Bad second argument for rsearch",    "Bad third argument for rsearch",    "Bad fourth argument for rsearch",    "Cannot find fsize or fpos for rsearch",    "File not readable for rsearch",    "Too many open files",    "Attempt to rewind a file that is not open",    "Bad argument type for strerror",    "Index out of range for strerror",    "Bad epsilon for cos",    "Bad first argument for cos",    "Bad epsilon for sin",    "Bad first argument for sin",    "Non-string argument for eval",    "Bad epsilon for arg",    "Bad first argument for arg",    "Non-real argument for polar",    "Bad epsilon for polar",    "Non-integral argument for fcnt",    "Non-variable first argument for matfill",    "Non-matrix first argument-value for matfill",    "Non-matrix argument for matdim",    "Non-matrix argument for matsum",    "E_ISIDENT is no longer used",    "Non-matrix argument for mattrans",    "Non-two-dimensional matrix for mattrans",    "Non-matrix argument for det",    "Matrix for det not of dimension 2",    "Non-square matrix for det",    "Non-matrix first argument for matmin",    "Non-positive-integer second argument for matmin",    "Second argument for matmin exceeds dimension",    "Non-matrix first argument for matmin",    "Second argument for matmax not positive integer",    "Second argument for matmax exceeds dimension",    "Non-matrix argument for cp",    "Non-one-dimensional matrix for cp",    "Matrix size not 3 for cp",    "Non-matrix argument for dp",    "Non-one-dimensional matrix for dp",    "Different-size matrices for dp",    "Non-string argument for strlen",    "Non-string argument for strcat",    "Non-string first argument for strcat",    "Non-non-negative integer second argument for strcat",    "Bad argument for char",    "Non-string argument for ord",    "Non-list-variable first argument for insert",    "Non-integral second argument for insert",    "Non-list-variable first argument for push",    "Non-list-variable first argument for append",    "Non-list-variable first argument for delete",    "Non-integral second argument for delete",    "Non-list-variable argument for pop",    "Non-list-variable argument for remove",    "Bad epsilon argument for ln",    "Non-numeric first argument for ln",    "Non-integer argument for error",    "Argument outside range for error",    "Attempt to eval at maximum input depth",    "Unable to open string for reading",    "First argument for rm is not a non-empty string",    "Unable to remove a file",    "Operation allowed because calc mode disallows read operations",    "Operation allowed because calc mode disallows write operations",    "Operation allowed because calc mode disallows exec operations",    "Unordered arguments for min",    "Unordered arguments for max",    "Unordered items for minimum of list",    "Unordered items for maximum of list",    "Size undefined for argument type",    "Calc must be run with a -C argument to use custom function",    "Calc was built with custom functions disabled",    "Custom function unknown, try: show custom",    "Non-integral length for block",

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -