aboutsummaryrefslogtreecommitdiff
path: root/header.h
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2019-10-15 13:57:21 +0200
committerCharles <sircharlesaze@gmail.com>2019-10-15 13:57:21 +0200
commit1b4df01bfa793fe91a58192a4b79917909bf1614 (patch)
tree4ef767bb5c04279743e97231b518ecca02b19a87 /header.h
parentfa4bf89263e897695dbf48061369a23d695fef8b (diff)
downloadft_printf-1b4df01bfa793fe91a58192a4b79917909bf1614.tar.gz
ft_printf-1b4df01bfa793fe91a58192a4b79917909bf1614.tar.bz2
ft_printf-1b4df01bfa793fe91a58192a4b79917909bf1614.zip
Wildcard handling
Back where I was before rewrite
Diffstat (limited to 'header.h')
-rw-r--r--header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.h b/header.h
index 11b73d9..ed3d248 100644
--- a/header.h
+++ b/header.h
@@ -30,7 +30,7 @@ typedef int t_bool;
typedef struct
{
- int hardcoded;
+ int value;
struct
{
t_bool exist;