]> git.ozlabs.org Git - ccan/blob - ccan/strgrp/test/api_almost_similar_50_insert_two.c
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / strgrp / test / api_almost_similar_50_insert_two.c
1 #include "../test/helpers.h"
2
3 int main(void) {
4     struct strgrp *ctx;
5     create(ctx, 0.50);
6     return two_groups_from_two(ctx, "abcde", NULL, "zyxab", NULL);
7 }