bakalarka/components/https_server/url_decoder.h

7 lines
102 B
C
Raw Permalink Normal View History

2020-03-31 16:12:53 +00:00
/*
Funkcia pre url dekodovanie terazca
@s vstup
@dec vystup
*/
2020-03-20 17:01:25 +00:00
int decode(const char *s, char *dec);