Changeset 3190 for trunk/src/kmk/output.h
- Timestamp:
- Mar 26, 2018, 9:46:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/output.h
r3189 r3190 80 80 /* Show a message on stdout or stderr. Will start the output if needed. */ 81 81 void outputs (int is_err, const char *msg); 82 #ifdef CONFIG_WITH_OUTPUT_IN_MEMORY 83 void output_write_bin (struct output *out, int is_err, const char *src, size_t len); 84 void output_write_text (struct output *out, int is_err, const char *src, size_t len); 85 #endif 82 86 83 87 #ifndef NO_OUTPUT_SYNC
Note:
See TracChangeset
for help on using the changeset viewer.