controller-legacy/include/macros.h

7 lines
151 B
C
Raw Permalink Normal View History

2020-01-07 01:23:16 +00:00
#ifndef CONTROLLER_MACROS_H
#define CONTROLLER_MACROS_H
#define STRLEN(s) ((sizeof(s)/sizeof(s[0])) - sizeof(s[0]))
2020-02-08 12:50:54 +00:00
#endif /* CONTROLLER_MACROS_H */