Skip to content

Commit

Permalink
stdbool in stream.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno committed Nov 7, 2024
1 parent 9cbb401 commit 96df944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/stream.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#pragma once

#include <stdbool.h>
#include <stdio.h>

size_t stream_dyreadline(FILE *stream, char **dst);

0 comments on commit 96df944

Please sign in to comment.