mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-10-31 21:10:21 -04:00
5 lines
34 B
C
5 lines
34 B
C
|
|
int loc_(void *a)
|
||
|
|
{
|
||
|
|
return a;
|
||
|
|
}
|