mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
045f0e455a
[dgit import orig notmuch_0.27.orig.tar.gz]
10 lines
137 B
C
10 lines
137 B
C
#define _GNU_SOURCE
|
|
#include <stdlib.h>
|
|
|
|
int main()
|
|
{
|
|
char *found;
|
|
char *string;
|
|
|
|
found = canonicalize_file_name (string);
|
|
}
|