Update cc65.sgml

This commit is contained in:
Stefan
2024-12-09 18:36:05 +01:00
committed by GitHub
parent cf470dd0df
commit d993f3a766

View File

@@ -1370,7 +1370,7 @@ sequences of the input.
Example: Example:
<tscreen><verb> <tscreen><verb>
/* Use a space wherever an 'a' occurs in ISO-8859-1 source */ /* Use a space wherever an 'a' occurs in ISO-8859-1 source */
#pragma charmap (0x61, 0x20); #pragma charmap (0x61, 0x20)
</verb></tscreen> </verb></tscreen>