Changeset a635535 in mainline for uspace/lib/c/include/io/charfield.h
- Timestamp:
- 2023-11-30T20:29:05Z (20 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 1be9ee0
- Parents:
- cad7b7e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/charfield.h
rcad7b7e ra635535 28 28 */ 29 29 30 /** @addtogroup libc 30 /** @addtogroup libconsole 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef _LIBC _IO_CHARFIELD_H_37 #define _LIBC _IO_CHARFIELD_H_36 #ifndef _LIBCONSOLE_IO_CHARFIELD_H_ 37 #define _LIBCONSOLE_IO_CHARFIELD_H_ 38 38 39 39 #include <stdbool.h>
Note:
See TracChangeset
for help on using the changeset viewer.