| feat.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 0 | 5 | 0.0 |
| branch | 0 | 4 | 0.0 |
| condition | n/a | ||
| subroutine | n/a | ||
| pod | n/a | ||
| total | 0 | 9 | 0.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | #include "feat.h" | ||||||
| 2 | |||||||
| 3 | /* only for use as a placeholder in the old dynamic module code */ | ||||||
| 4 | undef_int | ||||||
| 5 | 0 | i_has_format(char *frmt) { | |||||
| 6 | int rc,i; | ||||||
| 7 | 0 | rc=0; | |||||
| 8 | 0 | i=0; | |||||
| 9 | 0 | 0 | while(i_format_list[i] != NULL) if ( !strcmp(frmt,i_format_list[i++]) ) rc=1; | ||||
| 0 | |||||||
| 10 | 0 | return(rc); | |||||
| 11 | } |