mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 01:30:51 +00:00
* fix function names and add parameter to return decoded bytes length from base64decode function * format base64decode function to avoid unnecessary malloc and fix wrong length assigning * update the pointer assigning for some reason var++ / *var++ cannot be done on int *var, hence making a local variable which is incremented and at the end it is assigned to the pointer.