Sha256: 987e2ebd6a6cf1e98c879c014b48ce547b496dfb2b7d38bcd76cde07228848f9
Contents?: true
Size: 1.04 KB
Versions: 1
Compression:
Stored size: 1.04 KB
Contents
/* * Copyright (C) 2016 Julian Aron Prenner <jap@polyadic.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later 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 Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once #include <stdint.h> #include <stdlib.h> #include <stdbool.h> #include <limits.h> #include <assert.h> #include <math.h> #include <string.h> #include <inttypes.h> #include "evoasm-util.h" #include "evoasm-log.h" #include "evoasm-buf.h" #include "evoasm-alloc.h" #include "evoasm-arch.h" #include "evoasm-error.h"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
evoasm-0.1.0.pre2 | ext/evoasm_ext/libevoasm/src/evoasm.h |