X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2F_PDCLIB%2Fprint.c;h=8f019796c757342a5610e29e6e92f575d01d3daa;hp=46c00d9eeb60e2ea88e392d12423eeb7bff49fe6;hb=17d539d4dad385b70e22c3611c7642e0a020d990;hpb=71712a8bb92d6a10218e3356c6d26554dc2633dd diff --git a/functions/_PDCLIB/print.c b/functions/_PDCLIB/print.c index 46c00d9..8f01979 100644 --- a/functions/_PDCLIB/print.c +++ b/functions/_PDCLIB/print.c @@ -42,7 +42,6 @@ i - pointer to number of characters already delivered in this call n - pointer to maximum number of characters to be delivered in this call s - the buffer into which the character shall be delivered - TODO: ref. fputs() for a better way to buffer handling */ #define DELIVER( x ) \ do { \