#ifndef SHOW_ARGLISTS_H #define SHOW_ARGLISTS_H #include "types.h" void show_arglists(const std::vector &l, bool concise); #endif