| 752 | * so we may return the value at that address: */ |
| 753 | |
| 754 | GMT_LOCAL inline struct GMTAPI_CTRL * gmtapi_get_api_ptr (struct GMTAPI_CTRL *ptr) {return (ptr);} |
| 755 | GMT_LOCAL inline struct GMT_PALETTE * gmtapi_get_cpt_ptr (struct GMT_PALETTE **ptr) {return (*ptr);} |
| 756 | GMT_LOCAL inline struct GMT_DATASET * gmtapi_get_dataset_ptr (struct GMT_DATASET **ptr) {return (*ptr);} |
| 757 | GMT_LOCAL inline struct GMT_GRID * gmtapi_get_grid_ptr (struct GMT_GRID **ptr) {return (*ptr);} |
no outgoing calls
no test coverage detected