mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +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");
|
||
|
}
|