Function complete:
Defined in module m_complete (file: /std/modules/m_complete.c)

Given a string and a list of possible completions of that string,
return an array of all strings that would be valid completions.

Prototype:
string* complete(string partial, string* potentials);
