mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
8099050c71
This is the result of running $ uncrustify --replace --config ../devel/uncrustify.cfg *.c *.h in the compat directory
11 lines
138 B
C
11 lines
138 B
C
#define _GNU_SOURCE
|
|
#include <stdlib.h>
|
|
|
|
int
|
|
main ()
|
|
{
|
|
char *found;
|
|
char *string;
|
|
|
|
found = canonicalize_file_name (string);
|
|
}
|