Ignore:
Timestamp:
Dec 25, 2018, 10:00:41 PM (7 years ago)
Author:
bird
Message:

kmk/output.h: output_write_text is always there.

File:
1 edited

Legend:

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

    r3230 r3244  
    8686#ifdef CONFIG_WITH_OUTPUT_IN_MEMORY
    8787ssize_t output_write_bin (struct output *out, int is_err, const char *src, size_t len);
     88#endif
    8889ssize_t output_write_text (struct output *out, int is_err, const char *src, size_t len);
    89 #endif
    9090
    9191#ifndef NO_OUTPUT_SYNC
Note: See TracChangeset for help on using the changeset viewer.