fix-tests
[libc] Adds fuzz test for strstr and alphabetizes string fuzz CMakeList.
[libc] This commit fixes the strcmp fuzzing test. It uses a single input and splits it into two by using the value of the first byte to determine the length of the first string. Reviewed-by: PaulkaToast, Differential Revision: https://reviews.llvm.org/D82427
[libc][NFC] Make all top of file comments consistent.