pw_libc: Add test for memset

This starts pw_libc; with the intent to eventually have a basic subset
of libc implemented. These will be "CS 101" style implementations, that
aim for correctness and small code size.

The initial CL only adds tests against the system memset() function.

Change-Id: Icd681fff2bf5581c6d44e690bcb5f82a659a03a5
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/26201
Original-Reviewed-by: Ewout van Bekkum <ewout@google.com>
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/llvm-integration/+/234969
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed-Auto-Submit: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
5 files changed
tree: 8555368c788971388cb2c29a5855e3b69d95a8a9
  1. pw_libc/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. LICENSE
  5. OWNERS
  6. README.md
README.md

Pigweed Open Source Template Repository

This repository is a template that we will use when creating new open source repositories for Pigweed.