hjl / source-git / glibc

Forked from source-git/glibc 3 years ago
Clone
Blob Blame History Raw
extern const char *foo (void);

const char *
foo (void)
{
  return __FILE__;
}