|
||||
File indexing completed on 2025-01-18 10:02:04
0001 #ifndef MAD_RANGE_H 0002 #define MAD_RANGE_H 0003 0004 void remove_range(char* string, const char* s1, const char* s2); 0005 void remove_upto(char* string, const char* s1); 0006 0007 void get_bracket_range(char* string, char lb, char rb, int* rs, int* re); 0008 void get_bracket_t_range(char* toks[], char lb, char rb, int start, int end, int* rs, int* re); 0009 0010 #endif // MAD_RANGE_H 0011
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |