您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
11 行
348 B
11 行
348 B
// Copyright (c) 2009-2014 The Starwels developers |
|
// Distributed under the MIT software license, see the accompanying |
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php. |
|
|
|
#ifndef STARWELS_COMPAT_SANITY_H |
|
#define STARWELS_COMPAT_SANITY_H |
|
|
|
bool glibc_sanity_test(); |
|
bool glibcxx_sanity_test(); |
|
|
|
#endif // STARWELS_COMPAT_SANITY_H
|
|
|