==[[C getopt_long]]==
2つのdashで始まる、いわゆる長いoptionを受け付ける。
#include <unistd.h>
#define _GNU_SOURCE_GNU_SOU[[R]]CE
#include <getopt.h>
int getopt_long(int argc, char * const argv[],
#include <stdio.h>
#include <unistd.h>
#define _GNU_SOURCE_GNU_SOU[[R]]CE#include <getopt.h>
int main(int argc, char *argv[])