]> git.draconx.ca Git - dxcommon.git/commit
Add a dedicated function to emit the copyright symbol.
authorNick Bowler <nbowler@draconx.ca>
Sat, 27 May 2023 00:56:45 +0000 (20:56 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 27 May 2023 01:17:52 +0000 (21:17 -0400)
commit207d0dbfbbfa7ad70b59ada3a741895842958885
tree4c07e6b6b10898a534e1116a8a3b1526673e1acc
parent54f9ce81ef444d6e869f7b32066928ed82c17dff
Add a dedicated function to emit the copyright symbol.

This is intended to replace gnulib's str_iconv function in programs
when the only use of that function is to generate a copyright symbol
for output.  This implementation should be much more compact.
Makefile.am
src/copysym.c [new file with mode: 0644]
src/copysym.h [new file with mode: 0644]
t/.gitignore
t/copysym.c [new file with mode: 0644]
tests/functions.at