add wifi_c_hid2d fuzz test

Signed-off-by: yiyajun <yiyajun@huawei.com>
This commit is contained in:
yiyajun 2022-11-18 20:26:06 +08:00
parent cff2b70e6c
commit aff79f8799

View File

@ -12,9 +12,9 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include "securec.h"
#include "wifichid2d_fuzzer.h"
#include "../../../../../../interfaces/kits/c/wifi_hid2d.h"