ksyx - Overview

1

/*

2

A utility choosing version to call and carry extra information to the call

3

by argument with a unified outside interface. Call global functions foo, bar, foobar with

4

just one interface f.foo(int, int, void*, int, int), with arguments after void* directly

5

fed into what the function void* points to. Change bool types in whole code to add other information to pass.