From e46d70766df059c37534a02065021ca2a0f79953 Mon Sep 17 00:00:00 2001 From: stefansilverio <494@holbertonschool.com> Date: Sun, 21 Oct 2018 22:02:32 +0000 Subject: [PATCH] new headerfile --- holberton.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 holberton.h diff --git a/holberton.h b/holberton.h new file mode 100644 index 0000000..22d9c78 --- /dev/null +++ b/holberton.h @@ -0,0 +1,6 @@ +#ifndef __HOLBERTON_H__ +#define __HOLBERTON_H__ + +int _putchar(char c); + +#endif