-------------------------------------------------------------
| 757 | |
| 758 | //------------------------------------------------------------- |
| 759 | static bool is_numeric(char c) |
| 760 | { |
| 761 | return strchr("0123456789+-.eE", c) != 0; |
| 762 | } |
| 763 | |
| 764 | //------------------------------------------------------------- |
| 765 | static unsigned parse_transform_args(const char* str, |
no outgoing calls
no test coverage detected