mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-03 07:11:41 +01:00
12 lines
138 B
C
12 lines
138 B
C
|
#define _GNU_SOURCE
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
char *found;
|
||
|
char *string;
|
||
|
|
||
|
found = canonicalize_file_name (string);
|
||
|
}
|