#include #include "dlhist.h" int main() { if (dlhist_open() < 0) return 1; dlhist_print(); dlhist_close(); return 0; }