What is user gcc's purpose in requesting code possibly like this?
- by James Morris
In the question between syntax, are there any equal function the user gcc is requesting only what I can imagine to be the following code:
#include <stdio.h>
#include <string.h>
/* estimated magic values */
#define MAXFUNCS 8
#define MAXFUNCLEN 3
int the_mainp_compare_func(char** mainp)
{
char mainp0[MAXFUNCS][MAXFUNCLEN] = {…