X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_utils.h;h=7b76c1788af22a41ef2989748e3d2c4f2569a2c8;hb=70ebe6bd8740d8cb32cd0b0a21ca28a4fa74a2a5;hp=5a141925e7fefebb0af5c6c0ebead9f5dee2d56a;hpb=18d03456d96f7a086a2ccc82ce97fcf056848d90;p=protos%2Flibecoli.git diff --git a/include/ecoli_utils.h b/include/ecoli_utils.h index 5a14192..7b76c17 100644 --- a/include/ecoli_utils.h +++ b/include/ecoli_utils.h @@ -2,6 +2,14 @@ * Copyright 2018, Olivier MATZ */ +/** + * @defgroup utils Utils + * @{ + * + * @brief Misc utils + */ + + #ifndef ECOLI_UTILS_ #define ECOLI_UTILS_ @@ -13,4 +21,11 @@ (new_type)__x; \ }) +/** + * Mark the end of the arguments list in some functions. + */ +#define EC_VA_END ((void *)1) + #endif + +/** @} */