1 2 3 4 5 6 7
#define _XOPEN_SOURCE 700 #include "blog.h" void add_to_index(const char *path, const char *title) { }