Ignore:
Timestamp:
2023-11-30T23:34:51Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
0d275e1
Parents:
a635535
Message:

Move output API to separate library

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/output/include/io/output.h

    ra635535 r1be9ee0  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup liboutput
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IO_OUTPUT_H_
    36 #define _LIBC_IO_OUTPUT_H_
     35#ifndef _LIBOUTPUT_IO_OUTPUT_H_
     36#define _LIBOUTPUT_IO_OUTPUT_H_
    3737
    3838#include <ipc/output.h>
Note: See TracChangeset for help on using the changeset viewer.