strings.h 108 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef LIBA_STRINGS_H #define LIBA_STRINGS_H #include <stdlib.h> void bzero(void * s, size_t n); #endif