27.11.2017, 13:09
How can I make this stock of (fixes.nc) with DEBUG?
I tried so, but it made a mistake ...
Thank you:
Quote:
#if FIX_fwrite stock FIXES_fwrite(File:handle, const string[]) { return handle && fwrite(handle, string); } #define _ALS_fwrite #define fwrite( FIXES_fwrite( #endif |
Quote:
#if FIX_fwrite stock FIXES_fwrite(File:handle, const string[]) { printf("START: fwrite: (%s)", handle); return handle && fwrite(handle, string); } #define _ALS_fwrite #define fwrite( FIXES_fwrite( #endif |