aboutsummaryrefslogtreecommitdiff
path: root/binutils-1.9/hp-bin/ioutil.h
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-08-15 00:16:45 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-08-15 00:16:45 -0400
commit723428bebe3105ad3c3406e416402d1831b482c4 (patch)
treeff990e306163515973746ddfb261f29ba8765441 /binutils-1.9/hp-bin/ioutil.h
downloadlinux-0.01-distro-723428bebe3105ad3c3406e416402d1831b482c4.tar.gz
linux-0.01-distro-723428bebe3105ad3c3406e416402d1831b482c4.tar.bz2
linux-0.01-distro-723428bebe3105ad3c3406e416402d1831b482c4.zip
Inital commit
Diffstat (limited to 'binutils-1.9/hp-bin/ioutil.h')
-rw-r--r--binutils-1.9/hp-bin/ioutil.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/binutils-1.9/hp-bin/ioutil.h b/binutils-1.9/hp-bin/ioutil.h
new file mode 100644
index 0000000..27bde15
--- /dev/null
+++ b/binutils-1.9/hp-bin/ioutil.h
@@ -0,0 +1,20 @@
+extern char *iou_program_name;
+extern void iou_set_program_name ();
+extern void iou_abort ();
+extern void iou_abort_handler_bind ();
+extern void iou_warning ();
+extern void iou_error ();
+extern void iou_fatal_error ();
+extern void iou_call_warning ();
+extern void iou_call_error ();
+extern void iou_stat ();
+extern void iou_unlink ();
+extern int iou_open ();
+extern void iou_close ();
+extern long iou_lseek ();
+extern int iou_read ();
+extern void iou_write ();
+extern char *iou_malloc ();
+extern char *iou_realloc ();
+#define iou_free free
+extern void iou_free ();