, , , problem_type , , double const (const ) , re . , typedef
-, typedef:
typedef void problem_type;
int problem_fn_proto( const problem_type* const arg);
const typedef:
typedef void const* cproblem_type;
typedef void* problem_type;
int problem_fn_proto(cproblem_type const arg);
cproblem_type , cproblem_type const ( ).
- , . , :
typedef void const* cproblem_type;
int problem_fn_proto(cproblem_type arg);