agent.c (99B)
1 #include "protocol.h" 2 3 int 4 main(int argc, char **argv) 5 { 6 (void) argc; 7 (void) argv; 8 9 return 0; 10 }