elix.exp
来自「Newlib 嵌入式 C库 标准实现代码」· EXP 代码 · 共 20 行
EXP
20 行
# Copyright (C) 2002 by Red Hat, Incorporated. All rights reserved.## Permission to use, copy, modify, and distribute this software# is freely granted, provided that this notice is preserved.#global host_triplet target_tripletload_lib passfail.expset exclude_list {}verbose $host_tripletverbose $target_tripletif [string match "i\[3456\]86-pc-linux-gnu" $target_triplet] then { newlib_pass_fail_all -x $exclude_list}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?