NAME ^

pmc/lua.pmc - Lua native runtime

DESCRIPTION ^

This singleton PMC holds some static methods.

Methods ^

void *get_pointer()
void set_pointer(void *ptr)
These two functions are part of the singleton creation interface. For more information see src/pmc.c.
PMC *clock()
PMC *mktime(PMC *tm)
PMC *setlocale(INTVAL category, STRING *locale)
STRING *strftime(STRING *fmt, PMC *tm)
STRING *tmpname()


parrot