6 lines
83 B
C
6 lines
83 B
C
#include "stdio.h"
|
|
|
|
void xts_test_output_char(char a)
|
|
{
|
|
printf("%c", a);
|
|
} |