1 2 3 4 5 6 7 8
#include <libakutils.h> #include <stdio.h> int ak_utils() { printf("Testing: %s\n", __func__); return 0; }