#ifndef _C_MEM_FUNCS_H #define _C_MEM_FUNCS_H #ifdef __cplusplus extern "C" { #endif void __fill_mem(void *dst, int val, unsigned int n); #ifdef __cplusplus } #endif #endif