]> git.notmuchmail.org Git - notmuch/blob - compat/have_canonicalize_file_name.c
24c848ec3bf5d8e21b8d8ddd1dbf908779782d44
[notmuch] / compat / have_canonicalize_file_name.c
1 #define _GNU_SOURCE
2 #include <stdlib.h>
3
4 int main()
5 {
6     char *found;
7     char *string;
8
9     found = canonicalize_file_name (string);
10 }