mirror of
https://github.com/0ldsk00l/smsplus.git
synced 2025-04-02 10:32:07 -04:00
7 lines
116 B
C
7 lines
116 B
C
|
|
#ifndef _MACROS_H_
|
|
#define _MACROS_H_
|
|
|
|
#define CLRMEM(p) memset(p, 0, sizeof(p))
|
|
|
|
#endif /* _MACROS_H_ */
|