1 2 3 4 5 6 7 8 9 10 11
#ifndef __CMD_PING_H #define __CMD_PING_H #include <stdlib.h> #include <stdio.h> #include "util.h" void *cmd_ping(void *data); #endif