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