diff options
Diffstat (limited to 'src/common/cpp.h')
-rw-r--r-- | src/common/cpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/cpp.h b/src/common/cpp.h index 9616db3..4ebad82 100644 --- a/src/common/cpp.h +++ b/src/common/cpp.h @@ -48,6 +48,8 @@ */ #define SL(str) str, strlen(str) +#define STCSL(str) str, STATIC_STR_SIZE(str) + /** * Détermine la taille de la plus longue chaîne de caractères |