#include #include int main(int argc, char **argv) { char device[]="wlan0"; printf("Using device: %s\n", device); return 0; }