--------------------------------------------------------------------------- | Facility : libnform | Function : void *field_userptr(const FIELD *field) | | Description : Return the pointer that is reserved in any field to | store application relevant information. | | Return Values : Value of pointer. If no such pointer has been set, |
| 60 | | NULL is returned |
| 61 | +--------------------------------------------------------------------------*/ |
| 62 | void *field_userptr(const FIELD *field) |
| 63 | { |
| 64 | return Normalize_Field( field )->usrptr; |
| 65 | } |
| 66 | |
| 67 | /* fld_user.c ends here */ |
no outgoing calls
no test coverage detected
searching dependent graphs…