#ifdef HAVE_CONFIG_H # include "config.h" #endif #include #include int main(void) { struct statfs stb; assert(statfs("/proc/self/status", &stb) == 0); return 0; }