liba 0.1.15

An algorithm library based on C/C++
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#define MAIN(x) test##x
#include "test.h"

int main(int argc, char *argv[]) // NOLINT(misc-definitions-in-headers)
{
    printf("%s", A_FUNC);
    debug(" ok");
    printf("\n");
    (void)argv;
    (void)argc;
    return 0;
}