SVN revision: 11180
This commit is contained in:
tsauerbeck 2004-08-08 09:53:54 +00:00 committed by tsauerbeck
parent b733881f0c
commit de8445363d
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ void
_embryo_str_init(Embryo_Program *ep)
{
embryo_program_native_call_add(ep, "atoi", _embryo_str_atoi);
embryo_program_native_call_add(ep, "fnmtach", _embryo_str_fnmatch);
embryo_program_native_call_add(ep, "fnmatch", _embryo_str_fnmatch);
embryo_program_native_call_add(ep, "strcmp", _embryo_str_strcmp);
embryo_program_native_call_add(ep, "strncmp", _embryo_str_strncmp);
embryo_program_native_call_add(ep, "strcpy", _embryo_str_strcpy);