Add primitive CPPLINT.cfg.
We'll add more things to this as we discover other warnings we don't
care about.
Change-Id: I408f688827cab0f74e055d8f1778069163663f0b
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h
index 4cb288d..dca4474 100644
--- a/libc/include/stdlib.h
+++ b/libc/include/stdlib.h
@@ -95,7 +95,7 @@
extern long long llabs(long long) __pure2;
extern char * realpath(const char *path, char *resolved);
-extern int system(const char * string);
+extern int system(const char *string);
extern void * bsearch(const void *key, const void *base0,
size_t nmemb, size_t size,