mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-10 20:36:48 +00:00
8 lines
93 B
C
8 lines
93 B
C
#pragma once
|
|
|
|
/**
|
|
* @brief 初始化text ui框架
|
|
*
|
|
* @return int
|
|
*/
|
|
int textui_init(); |