Changeset 1be9ee0 in mainline for uspace/lib/c


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

Move output API to separate library

Location:
uspace/lib/c
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/chargrid.c

    ra635535 r1be9ee0  
    2727 */
    2828
    29 /** @addtogroup libconsole
     29/** @addtogroup libc
    3030 * @{
    3131 */
  • uspace/lib/c/include/io/chargrid.h

    ra635535 r1be9ee0  
    2727 */
    2828
    29 /** @addtogroup libconsole
     29/** @addtogroup libc
    3030 * @{
    3131 */
     
    3434 */
    3535
    36 #ifndef _LIBCONSOLE_IO_CHARGRID_H_
    37 #define _LIBCONSOLE_IO_CHARGRID_H_
     36#ifndef _LIBC_IO_CHARGRID_H_
     37#define _LIBC_IO_CHARGRID_H_
    3838
    3939#include <io/charfield.h>
  • uspace/lib/c/meson.build

    ra635535 r1be9ee0  
    106106        'generic/io/io.c',
    107107        'generic/io/chargrid.c',
    108         'generic/io/output.c',
    109108        'generic/io/printf.c',
    110109        'generic/io/log.c',
Note: See TracChangeset for help on using the changeset viewer.