Changeset 10fc93c in mainline for uspace/lib/output
- Timestamp:
- 2023-12-04T19:08:00Z (23 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 4f6368c9
- Parents:
- 6cef8d6a
- Location:
- uspace/lib/output
- Files:
-
- 1 edited
- 5 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/output/include/io/charfield.h
r6cef8d6a r10fc93c 28 28 */ 29 29 30 /** @addtogroup lib c30 /** @addtogroup liboutput 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef _LIB C_IO_CHARFIELD_H_37 #define _LIB C_IO_CHARFIELD_H_36 #ifndef _LIBOUTPUT_IO_CHARFIELD_H_ 37 #define _LIBOUTPUT_IO_CHARFIELD_H_ 38 38 39 39 #include <stdbool.h> -
uspace/lib/output/include/io/chargrid.h
r6cef8d6a r10fc93c 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup liboutput 30 30 * @{ 31 31 */ … … 34 34 */ 35 35 36 #ifndef _LIB C_IO_CHARGRID_H_37 #define _LIB C_IO_CHARGRID_H_36 #ifndef _LIBOUTPUT_IO_CHARGRID_H_ 37 #define _LIBOUTPUT_IO_CHARGRID_H_ 38 38 39 39 #include <io/charfield.h> -
uspace/lib/output/include/io/color.h
r6cef8d6a r10fc93c 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup liboutput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_COLOR_H_36 #define _LIB C_IO_COLOR_H_35 #ifndef _LIBOUTPUT_IO_COLOR_H_ 36 #define _LIBOUTPUT_IO_COLOR_H_ 37 37 38 38 typedef enum { -
uspace/lib/output/include/io/concaps.h
r6cef8d6a r10fc93c 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup liboutput 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef _LIB C_IO_CONCAPS_H_36 #define _LIB C_IO_CONCAPS_H_35 #ifndef _LIBOUTPUT_IO_CONCAPS_H_ 36 #define _LIBOUTPUT_IO_CONCAPS_H_ 37 37 38 38 typedef enum { -
uspace/lib/output/meson.build
r6cef8d6a r10fc93c 28 28 29 29 src = files( 30 'src/chargrid.c', 30 31 'src/output.c', 31 32 ) -
uspace/lib/output/src/chargrid.c
r6cef8d6a r10fc93c 27 27 */ 28 28 29 /** @addtogroup lib c29 /** @addtogroup liboutput 30 30 * @{ 31 31 */
Note:
See TracChangeset
for help on using the changeset viewer.