1# Copyright: 2017 Masatake YAMATO 2# License: GPL-2 3 4CTAGS=$1 5 6${CTAGS} --quiet --options=NONE -o - input0.c input1.c 7