#ifndef S_BASIC_H_
#define S_BASIC_H_
#include "global.h"
void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue);
void sBs_ClearArea(void* pPtr, u32 pNumBytes);
#endif