mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 04:38:09 +00:00
10 lines
177 B
C
10 lines
177 B
C
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
#ifndef BAD_H
|
|
#define BAD_H
|
|
|
|
int func(const uint8_t *data, size_t len);
|
|
|
|
#endif
|