diff th_ioctx_stdio.c @ 735:31bc1ed07cf5

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:14:39 +0200
parents 29e44a58bc73
children 6b778871f770
line wrap: on
line diff
--- a/th_ioctx_stdio.c	Wed Dec 07 11:58:54 2022 +0200
+++ b/th_ioctx_stdio.c	Wed Dec 07 12:14:39 2022 +0200
@@ -81,7 +81,7 @@
 }
 
 
-static BOOL th_stdio_feof(th_ioctx *ctx)
+static bool th_stdio_feof(th_ioctx *ctx)
 {
     return feof(CTX_FH);
 }