mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 19:23:33 +08:00
7 lines
60 B
C
7 lines
60 B
C
|
#include <stdio.h>
|
||
|
|
||
|
void par (void)
|
||
|
{
|
||
|
printf ("par\n");
|
||
|
}
|