/* * Standard include files for Mathomatic. * * Copyright (C) 1987-2007 George Gesslein II. */ /* include files from /usr/include: */ #include #include #include #if UNIX #include #endif #include #include #include #include #include #include #include #if I18N #include #endif #if READLINE #include #endif /* include files from the current directory: */ #include "am.h" /* the main include file for Mathomatic, contains tunable parameters */ #include "complex.h" /* floating point complex number arithmetic function prototypes */ #include "proto.h" /* global function prototypes */ #include "externs.h" /* global variable extern definitions */