#ifndef HELPERFUNCS_H
#define HELPERFUNCS_H

#include <stdio.h>

FILE *get_fileptr_stdin();
FILE *get_fileptr_stdout();
FILE *get_fileptr_stderr();

#endif
