Changeset 0d275e1 in mainline for uspace/lib/c/include/io/charfield.h


Ignore:
Timestamp:
2023-11-30T23:37:46Z (12 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
fa942bc
Parents:
1be9ee0
Message:

Fix false moves

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/charfield.h

    r1be9ee0 r0d275e1  
    2828 */
    2929
    30 /** @addtogroup libconsole
     30/** @addtogroup libc
    3131 * @{
    3232 */
     
    3434 */
    3535
    36 #ifndef _LIBCONSOLE_IO_CHARFIELD_H_
    37 #define _LIBCONSOLE_IO_CHARFIELD_H_
     36#ifndef _LIBC_IO_CHARFIELD_H_
     37#define _LIBC_IO_CHARFIELD_H_
    3838
    3939#include <stdbool.h>
Note: See TracChangeset for help on using the changeset viewer.