mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-26 22:28:03 +01:00
4 lines
191 B
Plaintext
4 lines
191 B
Plaintext
// RUSTG_OVERRIDE_BUILTINS is not used since the file APIs don't work well over Linux.
|
|
#define url_encode(text) rustg_url_encode("[text]")
|
|
#define url_decode(text) rustg_url_decode("[text]")
|