We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07cfe58 commit 2865253Copy full SHA for 2865253
1 file changed
src/as4.h
@@ -1,10 +1,13 @@
1
#ifndef _AS4_H_
2
#define _AS4_H_
3
4
+#define _GNU_SOURCE
5
+
6
#include <stdio.h>
7
#include <stdlib.h>
8
#include <string.h>
9
#include <sys/stat.h>
10
+#include <stdint.h>
11
#include <errno.h>
12
/* This is a 4-bit assembler for the Nibble Knowledge computer */
13
/* Hacked together by Ryan Harvey Oct 12 2015 - for a minicompter design that should be from the 60s! */
0 commit comments