X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=b0c3341d8dfc6dbbc923293054da65e39bbb9053;hb=9f91688d2e009a4c73162da5693bb8f717497586;hp=28cd4bc0ae1b0a2c65e9db96995fba196767c703;hpb=235f920dfc1ae871bf8e7ab5f8f3bb56b9ab2e83;p=pdclib diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 28cd4bc..b0c3341 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -8,6 +8,11 @@ #include #include +#include +#include +#include + +extern char * _PDCLIB_Xdigits; /* Using an integer's bits as flags for both the conversion flags and length modifiers.