mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
A number of functions do not actually modify the strings given as parameter, but only read or duplicate it. In this case it is a good practice to mark that parameter as pointer-to-const to let the compiler known about it, to be able to perform appropriate optimisations.
9.6 KiB
9.6 KiB