From: Owen Shepherd Date: Tue, 11 Dec 2012 01:42:35 +0000 (+0000) Subject: PDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change fread & fgets to go through... X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=e6d28b5afddd8b3e3564af2264aa8b705e711b67;hp=e6d28b5afddd8b3e3564af2264aa8b705e711b67;p=pdclib PDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change fread & fgets to go through this function. All narrow character reads are going to be directed through this function ---