aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tunnel/tools/ndk-compat/compat.h
blob: 7dfd8e14e2e7ab690d6f0c793df0d6fe5b9ed1dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: BSD
 *
 * Copyright © 2017-2023 WireGuard LLC. All Rights Reserved.
 *
 */

#if defined(__ANDROID_MIN_SDK_VERSION__) && __ANDROID_MIN_SDK_VERSION__ < 24
char *strchrnul(const char *s, int c);
#endif