summaryrefslogtreecommitdiff
path: root/include/SSystem/SStandard/s_basic.h
blob: c689c7b2aa8eb190df461f91d0e12528b6149362 (plain)
1
2
3
4
5
6
7
8
9
#ifndef S_BASIC_H
#define S_BASIC_H

#include <types.h>

void sBs_FillArea_s(void* pPtr, u32 pNumBytes, s16 pValue);
void sBs_ClearArea(void* pPtr, u32 pNumBytes);

#endif /* S_BASIC_H */