]> git.ozlabs.org Git - ccan/blob - api_almost_similar_75_insert_two.c
6c8553f18c80b75e61b67bf1fe5fbf663d278ac0
[ccan] / api_almost_similar_75_insert_two.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, 0.75);
6     return two_groups_from_two(ctx, "abcde", NULL, "zyabc", NULL);
7 }