feat: day 2
This commit is contained in:
13
input_handler.h
Normal file
13
input_handler.h
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by Lennart on 02/12/2023.
|
||||
//
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef ADVENT_OF_CODE_2023_INPUT_HANDLER_H
|
||||
|
||||
const char* read_line(FILE *f, char **buffer, int *capacity);
|
||||
|
||||
#define ADVENT_OF_CODE_2023_INPUT_HANDLER_H
|
||||
|
||||
#endif //ADVENT_OF_CODE_2023_INPUT_HANDLER_H
|
||||
Reference in New Issue
Block a user