diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-27 17:26:51 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-27 17:26:51 -0400 |
| commit | 3c52a756339a2d96824d21a7d3ad5de7fc1085a0 (patch) | |
| tree | e5299a25ebb76186d6372b700710d7c8c7fe0728 /src/stdlib/patterns.h | |
| parent | 2186e84de0c0fd47ba48eaa35f74ea2754c3b81f (diff) | |
Deprecate custom printf specifiers in favor of print() function that
uses _Generic() to generically convert any value to a string or print as
a string.
Diffstat (limited to 'src/stdlib/patterns.h')
| -rw-r--r-- | src/stdlib/patterns.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/patterns.h b/src/stdlib/patterns.h index 53db0978..2b77e490 100644 --- a/src/stdlib/patterns.h +++ b/src/stdlib/patterns.h @@ -3,7 +3,6 @@ // The type representing text patterns for pattern matching. #include <stdbool.h> -#include <printf.h> #include <stdint.h> #include "datatypes.h" |
