--------------------------------------------------------------------------- | Facility : libnform | Function : FIELD *current_field(const FORM * form) | | Description : Return the current field. | | Return Values : Pointer to the current field. +--------------------------------------------------------------------------*/
| 102 | | Return Values : Pointer to the current field. |
| 103 | +--------------------------------------------------------------------------*/ |
| 104 | FIELD *current_field(const FORM * form) |
| 105 | { |
| 106 | return Normalize_Form(form)->current; |
| 107 | } |
| 108 | |
| 109 | /*--------------------------------------------------------------------------- |
| 110 | | Facility : libnform |
no outgoing calls
no test coverage detected
searching dependent graphs…