#ifndef __STRING_H #define __STRING_H #include #ifdef __cplusplus extern "C" { #endif void* memset(void* s, int c, size_t n); #ifdef __cplusplus }; #endif #endif