mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-17 07:21:23 +08:00
8 lines
81 B
C
8 lines
81 B
C
#include <stdio.h>
|
|
|
|
int bar()
|
|
{
|
|
printf("This is bar()!\n");
|
|
return 34;
|
|
}
|