This website works better with JavaScript
Home
Explore
Help
Sign In
DragonOS-Community
/
DragonOS
mirror of
https://github.com/DragonOS-Community/DragonOS.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
602ec281a6
Branches
Tags
feat-dynamic-link
feat-network-rebuild
fix-stack-overflow
master
oscomp
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
kernel
/
lib
/
libUI
/
textui.h
textui.h
93 B
History
Raw
1
2
3
4
5
6
7
8
#pragma once
/**
*
@brief
初始化text ui框架
*
*
@return
int
*/
int
textui_init();