Function set_entries:
Defined in module m_readable (file: /std/modules/m_readable.c)

Set the entries for the object.
This function takes a mapping as argument.  The keys are the names of the
entries and the values are either a filename which can be absolute or
relative, a function pointer which will be resolved into a text string, or
a simple string.

Prototype:
void set_entries(mapping e);
