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