Ignore:
Timestamp:
Mar 26, 2018, 9:46:13 AM (7 years ago)
Author:
bird
Message:

kmk/output: Basic memory buffered output working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/output.h

    r3189 r3190  
    8080/* Show a message on stdout or stderr.  Will start the output if needed.  */
    8181void outputs (int is_err, const char *msg);
     82#ifdef CONFIG_WITH_OUTPUT_IN_MEMORY
     83void output_write_bin (struct output *out, int is_err, const char *src, size_t len);
     84void output_write_text (struct output *out, int is_err, const char *src, size_t len);
     85#endif
    8286
    8387#ifndef NO_OUTPUT_SYNC
Note: See TracChangeset for help on using the changeset viewer.