1# Copyright: 2016 Masatake YAMATO 2# License: GPL-2 3CTAGS=$1 4 5${CTAGS} --quiet --options=NONE --language-force=C --languages=-C -o - input.c 6