Changeset 3188 for trunk/src/kmk/kmkbuiltin/printf.c
- Timestamp:
- Mar 24, 2018, 4:32:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/printf.c
r3145 r3188 78 78 #ifdef KBUILD_OS_WINDOWS 79 79 /* This is a trick to speed up console output on windows. */ 80 # include "console.h" 80 81 # undef fwrite 81 82 # define fwrite maybe_con_fwrite 82 extern size_t maybe_con_fwrite(void const *, size_t, size_t, FILE *);83 83 #endif 84 84
Note:
See TracChangeset
for help on using the changeset viewer.