Ground-Zerro / Phobos Public
Code Issues Pull requests Actions Releases View on GitHub ↗
229 B c
/* SPDX-License-Identifier: BSD
 *
 * Copyright © 2017-2025 WireGuard LLC. All Rights Reserved.
 *
 */

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