aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/src/akutils.c
blob: d58e0a3130b70dfa193fdd457bdc797a08c136e4 (plain)
1
2
3
4
5
6
7
8
#include <libakutils.h>
#include <stdio.h>

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