================== Field_Clear ================== */
| 1597 | ================== |
| 1598 | */ |
| 1599 | void Field_Clear( field_t *edit ) { |
| 1600 | memset(edit->buffer, 0, MAX_EDIT_LINE); |
| 1601 | edit->cursor = 0; |
| 1602 | edit->scroll = 0; |
| 1603 | } |
| 1604 | |
| 1605 | /* |
| 1606 | ============================================================================= |
no outgoing calls
no test coverage detected