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

Subversion Repositories thor

[/] [thor/] [trunk/] [FT64v5/] [software/] [AS64/] [source/] [stdafx.h] - Blame information for rev 48

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

Line No. Rev Author Line
1 48 robfinch
// stdafx.h : include file for standard system include files,
2
// or project specific include files that are used frequently, but
3
// are changed infrequently
4
//
5
 
6
#pragma once
7
 
8
#include "targetver.h"
9
 
10
#include <stdio.h>
11
#include <stdlib.h>
12
#include <tchar.h>
13
#include <string.h>
14
#include <ctype.h>
15
#include <math.h>
16
#include <io.h>
17
//#include <unistd.h>
18
 
19
#ifndef int64_t
20
#define int64_t __int64
21
#define uint64_t        unsigned __int64
22
#define int32_t __int32
23
#define uint32_t        unsigned __int32
24
#define int16_t __int16
25
#define int8_t  __int8
26
#define uint8_t unsigned __int8
27
#endif
28
 
29
#include "const.h"
30
#include "types.h"
31
#include "elf.hpp"
32
#include "ht.h"
33
#include "futs.h"
34
#include "Int128.h"
35
#include "a64.h"
36
#include "token.h"
37
#include "symbol.h"
38
#include "NameTable.hpp"
39
 
40
// TODO: reference additional headers your program requires here

powered by: WebSVN 2.1.0

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