Page MenuHomePhorge

runtime.h
No OneTemporary

Size
241 B
Referenced Files
None
Subscribers
None

runtime.h

#ifndef RUNTIME_H
#define RUNTIME_H
#include "ant.h"
struct ant_runtime {
struct js *js;
jsval_t ant_obj;
int crypto_initialized;
};
struct ant_runtime *ant_runtime(void);
struct ant_runtime *ant_runtime_init(struct js *js);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sun, May 3, 9:45 AM (9 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
531470
Default Alt Text
runtime.h (241 B)

Event Timeline