DPS_Manage/libssh2/tests/ossfuzz/testinput.h

8 lines
203 B
C
Raw Normal View History

2025-05-29 14:04:05 +08:00
/* Copyright (C) The libssh2 project and its contributors.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <inttypes.h>
extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);