IN="common_words.list"

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

#include <core.h>
#include <stdio.h>

string_t common_words_base[] = {'

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

echo '	NULL
};
string_t? common_words = common_words_base;'
