GetBoolParameterCpp_fuzzer.h 799 字节
Newer Older
X
xionglei6 已提交
1
/*
X
xionglei6 已提交
2
 * Copyright (c) 2022 Huawei Device Co., Ltd.
X
xionglei6 已提交
3 4 5 6
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
C
chengjinsong2 已提交
7
 * http://www.apache.org/licenses/LICENSE-2.0
X
xionglei6 已提交
8 9 10 11 12 13 14 15
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

C
chengjinsong2 已提交
16 17 18 19 20
#ifndef TEST_FUZZTEST_GET_BOOL_PARAMETER_CPP_FUZZER_H
#define TEST_FUZZTEST_GET_BOOL_PARAMETER_CPP_FUZZER_H
#include "fuzz_utils.h"
#define FUZZ_PROJECT_NAME "GetBoolParameterCpp_fuzzer"
#endif