gorb314 / libb64

libb64: Base64 Encoding/Decoding Routines
Other
2 stars 1 forks source link

Use macros or inline functions to optimize further (??) #2

Open brodycj opened 3 years ago

brodycj commented 3 years ago

I started using a macro to optimize cencode.c further in https://github.com/brodybits/libb64-encode and will likely do something for cdecode.c in my own fork. I think recent C compilers can handle inline functions as well, just found this: