Willy Tarreau 2ba672726c MINOR: ist: add a macro to ease const array initialization
It's not possible to use strlen() in const arrays even with const
strings, but we can use sizeof-1 via a macro. Let's provide this in
the IST() macro, as it saves the developer from having to count the
characters.
2017-09-21 15:32:31 +02:00
..
2017-07-21 09:54:03 +02:00
2017-06-02 11:06:36 +02:00
2016-12-28 12:51:51 +01:00
2015-10-12 20:58:51 +02:00
2017-04-03 09:27:49 +02:00
2017-09-11 18:59:40 +02:00