Changeset 0d275e1 in mainline
- Timestamp:
- 2023-11-30T23:37:46Z (12 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- fa942bc
- Parents:
- 1be9ee0
- Location:
- uspace/lib/c/include/io
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/charfield.h
r1be9ee0 r0d275e1 28 28 */ 29 29 30 /** @addtogroup libc onsole30 /** @addtogroup libc 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef _LIBC ONSOLE_IO_CHARFIELD_H_37 #define _LIBC ONSOLE_IO_CHARFIELD_H_36 #ifndef _LIBC_IO_CHARFIELD_H_ 37 #define _LIBC_IO_CHARFIELD_H_ 38 38 39 39 #include <stdbool.h> -
uspace/lib/c/include/io/color.h
r1be9ee0 r0d275e1 27 27 */ 28 28 29 /** @addtogroup libc onsole29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC ONSOLE_IO_COLOR_H_36 #define _LIBC ONSOLE_IO_COLOR_H_35 #ifndef _LIBC_IO_COLOR_H_ 36 #define _LIBC_IO_COLOR_H_ 37 37 38 38 typedef enum { -
uspace/lib/c/include/io/concaps.h
r1be9ee0 r0d275e1 27 27 */ 28 28 29 /** @addtogroup libc onsole29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIBC ONSOLE_IO_CONCAPS_H_36 #define _LIBC ONSOLE_IO_CONCAPS_H_35 #ifndef _LIBC_IO_CONCAPS_H_ 36 #define _LIBC_IO_CONCAPS_H_ 37 37 38 38 typedef enum {
Note:
See TracChangeset
for help on using the changeset viewer.