Changeset 8f04992 in mainline for uspace/lib/corecfg/include/corecfg.h


Ignore:
Timestamp:
2023-11-30T17:19:00Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
cad7b7e
Parents:
0e2eee1
Message:

Move corecfg from libc to a separate library

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/corecfg/include/corecfg.h

    r0e2eee1 r8f04992  
    11/*
    2  * Copyright (c) 2013 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libcorecfg
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_CORECFG_H_
    36 #define _LIBC_CORECFG_H_
     35#ifndef _LIBCORECFG_CORECFG_H_
     36#define _LIBCORECFG_CORECFG_H_
    3737
    3838#include <errno.h>
Note: See TracChangeset for help on using the changeset viewer.