#define LABEL_SIZE 64 #include #include #include "Message.h" const char * html_labels[] = { "a", "b", "c", "d", "e", "li", "" }; int main( int argc, char ** argv ) { int id, i, size, st; Message m; i = 0; while ( strlen(html_labels[ i ] ) ) { m.Send( html_labels[ i ], i, 2018 ); // Send a message with 2018 type, (label,n) printf("Label: %s, status %d \n", html_labels[ i ], st ); i++; } }