We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7ca8fd commit 400282bCopy full SHA for 400282b
chapter07/7-3.c
@@ -21,6 +21,7 @@
21
#define PRINT_D(la,x,w,p,v,nc) (la) ? (nc += printf("%-*.*" # x, w, p, v)) : \
22
(nc += printf("%*.*" # x, w, p, v))
23
24
+/* functionst */
25
int minprintf(char *, ...);
26
27
/* minprintf: minimal printf with variable argument list */
0 commit comments