2 * Copyright © 2023 Nick Bowler
4 * Helper function to output the copyright symbol in a specified encoding.
6 * License WTFPL2: Do What The Fuck You Want To Public License, version 2.
7 * This is free software: you are free to do what the fuck you want to.
8 * There is NO WARRANTY, to the extent permitted by law.
15 const char *copyright_symbol(const char *charset
);
17 #define copyright_symbol(x) "(C)"