Page MenuHomePhorge

process.h
No OneTemporary

Size
348 B
Referenced Files
None
Subscribers
None

process.h

#ifndef PROCESS_H
#define PROCESS_H
#include "types.h"
void init_process_module(void);
ant_value_t process_library(ant_t *js);
void process_enable_keypress_events(void);
void emit_process_event(const char *event_type, ant_value_t *args, int nargs);
bool has_active_stdin(void);
bool process_has_event_listeners(const char *event_type);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sat, May 2, 6:24 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
541824
Default Alt Text
process.h (348 B)

Event Timeline