Files
2024-02-19 00:25:23 -05:00

8 lines
55 B
C

extern int bcopy();
int main()
{
return bcopy();
}