[libc-commits] [PATCH] D93195: [libc] Add memmove implementation.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jan 13 20:41:51 PST 2021


sivachandra accepted this revision.
sivachandra added inline comments.


================
Comment at: libc/src/string/memmove.cpp:14
+#include <stddef.h> // size_t, ptrdiff_t
+#include <unistd.h> // ssize_t
+namespace __llvm_libc {
----------------
Newline?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93195/new/

https://reviews.llvm.org/D93195



More information about the libc-commits mailing list