Star
81
Fork
27
代码
介绍
代码
Issues
12
Pull Requests
10
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
libc
/
test
/
src
/
sys
/
random
/
CMakeLists.txt
下载
M
Michael Jones
Implement
getrandom
function for linux targets.
9eb11856
创建于
2022年10月11日
历史提交
if
(
EXISTS
${CMAKE_CURRENT_SOURCE_DIR}
/
${LIBC_TARGET_OS}
)
add_subdirectory
(
${LIBC_TARGET_OS}
)
endif
()