Skip to content

Commit

Permalink
Added macro EBC which switches the current charset to EBCDIC.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Knigge committed Oct 20, 2022
1 parent be9d210 commit 2b5804f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macros/ebc.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
void ebc(void)
{
SPFService("CMD", "CHARSET EBCDIC");
}

0 comments on commit 2b5804f

Please sign in to comment.