]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_utils.h
rename structures and functions
[protos/libecoli.git] / include / ecoli_utils.h
index 98bfcc929dc0debe1a7d080818e47556a700e94c..7b76c1788af22a41ef2989748e3d2c4f2569a2c8 100644 (file)
        (new_type)__x;                          \
        })
 
+/**
+ * Mark the end of the arguments list in some functions.
+ */
+#define EC_VA_END ((void *)1)
+
 #endif
 
 /** @} */