diff options
| author | Dominik Kaiser | 2024-04-29 14:14:55 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2024-04-29 14:14:55 +0200 |
| commit | 562ea05f565cad984f4d1c2fa3c5083f8e808a87 (patch) | |
| tree | a568abbcfebb55f33184aab747453c7caf8b9f7b /include/pipex.h | |
| parent | 978f429e07bc07092fcedcdc0b86c2f86ad7b9ff (diff) | |
| download | pipex-562ea05f565cad984f4d1c2fa3c5083f8e808a87.tar.gz pipex-562ea05f565cad984f4d1c2fa3c5083f8e808a87.zip | |
Add empty header file
Diffstat (limited to 'include/pipex.h')
| -rw-r--r-- | include/pipex.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/pipex.h b/include/pipex.h new file mode 100644 index 0000000..a742093 --- /dev/null +++ b/include/pipex.h @@ -0,0 +1,16 @@ +/* ************************************************************************** */ +/* */ +/* ::: :::::::: */ +/* pipex.h :+: :+: :+: */ +/* +:+ +:+ +:+ */ +/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */ +/* +#+#+#+#+#+ +#+ */ +/* Created: 2024/04/29 14:04:28 by dkaiser #+# #+# */ +/* Updated: 2024/04/29 14:05:02 by dkaiser ### ########.fr */ +/* */ +/* ************************************************************************** */ + +#ifndef PIPEX_H +# define PIPEX_H + +#endif // PIPEX_H |
