cgifunction code cgitab[] = {
print_stats, /* CGI function "a" */
file_stats, /* CGI function "b" */
tcp_stats, /* CGI function "c" */
};
static u8_t
print_stats(u8_t next)reentrant
{...}
static u8_t
file_stats(u8_t next)
{...}
static u8_t
tcp_stats(u8_t next)
{...}
Build target 'Target 1'
compiling cgi.c...
CGI.C(75): warning C182: pointer to different objects
CGI.C(77): warning C182: pointer to different objects
CGI.C(182): error C231: 'tcp_stats': redefinition
Target not created