pr23944.c   [plain text]


float f(float src[][4])
{
 return *(src[3]);
}