This website requires JavaScript.
Explore
Help
Sign In
interesting
/
libui
Watch
1
Star
0
Fork
You've already forked libui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2005f18624
libui
/
util_unix.c
8 lines
83 B
C
Raw
Blame
History
// 9 april 2015
#
include
"uipriv_unix.h"
void
uiFreeText
(
char
*
t
)
{
g_free
(
t
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink