oss-fuzz/projects/example/my-api-repo/my_api.h

9 lines
283 B
C
Raw Normal View History

2017-05-13 20:24:17 +00:00
// Copyright 2017 Google Inc. All Rights Reserved.
// Licensed under the Apache License, Version 2.0 (the "License");
// A library that does ... stuff.
// Serves as an example of good fuzz testing and OSS-Fuzz integration.
#include <string>
size_t DoStuff(const std::string &str);