Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
11 rindas
348 B
11 rindas
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
|
|
|