Skip to content
  • Kurt Schwehr's avatar
    Minor cleanup of fuzz_target.cc · 28df6818
    Kurt Schwehr authored
    - Include What You Use (IWYU) - add cstddef
    - Convert to C++ includes of C headers
    - Localize vars
    - Combine definition and initialization of dest
    - Convert C cast to C++ cast
    - Remove unused source var
    28df6818