move ec_count_of in utils.h
[protos/libecoli.git] / include / ecoli_strvec.h
index 2464a2b..ee793e7 100644 (file)
  */
 struct ec_strvec *ec_strvec(void);
 
  */
 struct ec_strvec *ec_strvec(void);
 
-#ifndef EC_COUNT_OF
-#define EC_COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / \
-               ((size_t)(!(sizeof(x) % sizeof(0[x])))))
-#endif
-
 /**
  * Allocate a new string vector
  *
 /**
  * Allocate a new string vector
  *