1 2 3 4 5 6
#ifndef _SWAY_WORKSPACE_H #define _SWAY_WORKSPACE_H char *workspace_next_name(const char *output_name); #endif