1 2 3 4 5 6 7 8
#define _GNU_SOURCE #include <stdlib.h> int main(void) { canonicalize_file_name("/"); return 0; }