android13/external/ltp/testcases/commands/ldd/datafiles/lddfile2.c

6 lines
87 B
C
Raw Normal View History

2024-06-22 08:45:49 -04:00
#include <stdio.h>
void file2(void)
{
printf("Control in function %s\n", __func__);
}