Save work on markdown formatting example code.

This commit is contained in:
Michael R Sweet
2024-12-10 16:35:12 -05:00
parent 7a45adb7f5
commit 5a4afad566
11 changed files with 3105 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ make_code128(char *dst, // I - Destination buffer
{
char *dstptr, // Pointer into destination buffer
*dstend; // End of destination buffer
int sum = 0; // Weighted sum
int sum; // Weighted sum
static const char *code128_chars = // Code 128 characters
" !\"#$%&'()*+,-./0123456789:;<=>?"
"@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_"