How (in GCC/”GNU C”) do you declare a function pointer which points to an __attribute__((const)) function? The idea being that I want the compiler to avoid generating multiple calls to the function called through the function pointer when it can cache the return value from a previous call.
How (in GCC/GNU C) do you declare a function pointer which points to an
Share
Or just: