word completion in the C runtime. The runtime/python/test.py example is now using readline with word completion

This commit is contained in:
kr.angelov
2013-05-01 06:09:55 +00:00
parent 41bccf5737
commit 22f44ef61f
9 changed files with 521 additions and 119 deletions

View File

@@ -69,6 +69,10 @@ gu_string_to_int(GuString s, int *res);
bool
gu_string_to_double(GuString s, double *res);
bool
gu_string_is_prefix(GuString s1, GuString s2);
#endif // GU_STRING_H_
#if defined(GU_HASH_H_) && !defined(GU_STRING_H_HASH_)