Teacup rim text: Difference between revisions

m
Minor edit
m (C - simplified code)
m (Minor edit)
Line 145:
if (teacup_words->len == len - 1) {
printf("%s", word);
g_hash_table_insertg_hash_table_add(found, g_strdup(word), NULL);
for (size_t i = 0; i < len - 1; ++i) {
const char* teacup_word = g_ptr_array_index(teacup_words, i);
1,777

edits