You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major update: add options (-s and -a), add help and optimise code.
urlenc changes:
add urlenc options:
-a : ignore alphanumeric characters
-s : use + instead of %20 when encoding spaces
-h : display help
urldec changes:
add urldec options:
-h : display help
README changes:
add example usage
add more use cases.
add urlenc and urldec help
Minor optimisations:
use strnlen() instead of the home made count()
dont create a variable return it on the next line, just return it.
Makefile:
add new source files to Makefile