IN="common_words.list"

echo '
/* 
 * This file generated by "mkcommon" shell script - do not edit this file.
 */

#include <stdio.h>

char *common_words[] = {'

sed 's/.*/	"&",/' $IN

echo '	NULL
};'
