Sélectionner une révision Git
-
Loris TICHADOU a rédigéLoris TICHADOU a rédigé
log.c 363,08 Kio
/* "LOG", the circuit editing and simulation system,
"DigLOG", the digital simulator for LOG.
Copyright (C) 1985, 1990 David Gillespie.
Author's address: daveg@csvax.caltech.edu; 256-80 Caltech/Pasadena CA 91125.
"AnaLOG", the analog simulator for LOG.
Copyright (C) 1985, 1990 John Lazzaro.
Author's address: lazzaro@csvax.caltech.edu; 256-80 Caltech.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation (any version).
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/*
Logic Simulator Version 4.1
For HP 9836C
Copyright (c) 1985
David Gillespie
*/
#include <unistd.h>
#include <time.h>
#define LOAD_SEARCH /* Use the search path in load command. */
#include <p2c/p2c.h>
#include "logdef.h"
#include <p2c/sysglobals.h>
#include <p2c/sysdevs.h>
#include <p2c/rnd.h>
/*homeless orphans*/
#include <p2c/misc.h>
#include "help.h"
#include <p2c/newci.h>
#include <p2c/filepack.h>
#include <p2c/citinfomod.h>
#include <p2c/iodecl.h>
#include <p2c/general_1.h>
#include <p2c/general_2.h>
#include <p2c/general_3.h>
#include <p2c/fs.h>
#include <p2c/mylib.h>
#include "logfont.h"
#include "logstuff.h"
#include "swap.h"
#include <p2c/newkbd.h>
#include <p2c/strings.h>
#include <p2c/newasm.h>
#include <p2c/newcrt.h>
extern char *GetChipmunkPath();
char *my_strdup();
#undef strdup