Skip to content

Commit

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

0 comments on commit be9d210

Please sign in to comment.