Page MenuHomePhorge

uri.h
No OneTemporary

Size
373 B
Referenced Files
None
Subscribers
None
#ifndef URI_H
#define URI_H
#include "types.h"
void init_uri_module(void);
ant_value_t js_encodeURI(ant_t *js, ant_value_t *args, int nargs);
ant_value_t js_decodeURI(ant_t *js, ant_value_t *args, int nargs);
ant_value_t js_encodeURIComponent(ant_t *js, ant_value_t *args, int nargs);
ant_value_t js_decodeURIComponent(ant_t *js, ant_value_t *args, int nargs);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sat, May 2, 7:32 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542004
Default Alt Text
uri.h (373 B)

Event Timeline