#include <aksettings.h>
#include <stdio.h>

int ak_settings()
{
    printf("Testing: %s\n", __func__);
    return 0;
}