OpenCores
URL https://opencores.org/ocsvn/forwardcom/forwardcom/trunk

Subversion Repositories forwardcom

[/] [forwardcom/] [bintools/] [stdafx.h] - Rev 141

Go to most recent revision | Compare with Previous | Blame | View Log

/****************************    stdafx.h    ***********************************
* Author:        Agner Fog
* Date created:  2017-04-17
* Last modified: 2021-05-08
* Version:       1.11
* Project:       Binary tools for ForwardCom instruction set
* Module:        stdafx.h
* Description:
* Header file for ForwardCom tools
*
* Copyright 2017-2021 GNU General Public License http://www.gnu.org/licenses
*****************************************************************************/
 
#pragma once
 
// for Microsoft Visual Studio only:
#ifdef _MSC_VER
#include "targetver.h"
#define _CRT_SECURE_NO_WARNINGS        // disable warnings in Visual Studio
#define _CRT_SECURE_NO_DEPRECATE
#include <io.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <conio.h>
#endif
 
// for all compilers:
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <time.h>
#include <math.h>  // to do: replace with <cmath>
 
#include "maindef.h"
#include "elf_forwardcom.h"
#include "error.h"
#include "containers.h"
#include "cmdline.h"
#include "converters.h"
#include "disassem.h"
#include "assem.h"
#include "library.h"
#include "linker.h"
#include "emulator.h"
#include "system_functions.h"
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.