Numworks Epsilon  1.4.1
Graphing Calculator Operating System
frozenmod.h File Reference
#include "py/lexer.h"

Go to the source code of this file.

Enumerations

enum  { MP_FROZEN_NONE, MP_FROZEN_STR, MP_FROZEN_MPY }
 

Functions

int mp_find_frozen_module (const char *str, size_t len, void **data)
 
const char * mp_find_frozen_str (const char *str, size_t *len)
 
mp_import_stat_t mp_frozen_stat (const char *str)
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
MP_FROZEN_NONE 
MP_FROZEN_STR 
MP_FROZEN_MPY 

Definition at line 31 of file frozenmod.h.

Function Documentation

◆ mp_find_frozen_module()

int mp_find_frozen_module ( const char *  str,
size_t  len,
void **  data 
)

◆ mp_find_frozen_str()

const char* mp_find_frozen_str ( const char *  str,
size_t len 
)

◆ mp_frozen_stat()

mp_import_stat_t mp_frozen_stat ( const char *  str)