- WIP (dynamic function structure implementation; parameter parcing missing)
This commit is contained in:
@@ -17,5 +17,6 @@
|
||||
#include <regex.h>
|
||||
|
||||
#define XREGEX_IS_MATCHGROUP(groupArray, groupIndex) (groupArray[groupIndex].rm_so < groupArray[groupIndex].rm_eo)
|
||||
#define XREGEX_SIZEOF_MATCHGROUP(groupArray, groupIndex) (size_t) (groupArray[groupIndex].rm_eo - groupArray[groupIndex].rm_so)
|
||||
|
||||
#endif /* EXT_XREGEX_H_ */
|
||||
|
Reference in New Issue
Block a user