server-1.12/test/toolkit/toolkit_map.c

8 lines
195 B
C

/* place holder for now, feel free to replace this place holder with something
* useful, it is there only so that toolkit.a has a bit of content.
*/
int blablabla(int bla) {
return bla;
}