/ msDBFReadStringAttribute() */ / Read a string attribute. */ /
| 620 | /* Read a string attribute. */ |
| 621 | /************************************************************************/ |
| 622 | const char *msDBFReadStringAttribute( DBFHandle psDBF, int iRecord, int iField ) |
| 623 | { |
| 624 | return( msDBFReadAttribute( psDBF, iRecord, iField ) ); |
| 625 | } |
| 626 | |
| 627 | /************************************************************************/ |
| 628 | /* msDBFGetFieldCount() */ |
no test coverage detected