mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-11 12:05:55 +00:00
14 lines
105 B
C
14 lines
105 B
C
#include <stdio.h>
|
|
|
|
void
|
|
xxx1 (void)
|
|
{
|
|
printf ("DSO1\n");
|
|
}
|
|
|
|
void
|
|
xxx2 (void)
|
|
{
|
|
printf ("DSO2\n");
|
|
}
|