diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-03 03:53:36 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-03 03:53:36 -0400 |
| commit | 5feecff9d93522002c74a1423d138c2aa8bc150d (patch) | |
| tree | ff64b7695be5fd8716cfe6ed640ed556dc203587 /builtins/text.h | |
| parent | 5f0b099e1444d462be5aa8df49f87c9b324e1b85 (diff) | |
Deprecate `Where` and change channel API to use a boolean `front` value
Diffstat (limited to 'builtins/text.h')
| -rw-r--r-- | builtins/text.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/builtins/text.h b/builtins/text.h index 20ea9a25..b3cb6d79 100644 --- a/builtins/text.h +++ b/builtins/text.h @@ -10,7 +10,6 @@ #include "datatypes.h" #include "integers.h" #include "types.h" -#include "where.h" int printf_text(FILE *stream, const struct printf_info *info, const void *const args[]); int printf_text_size(const struct printf_info *info, size_t n, int argtypes[n], int sizes[n]); |
