ctwm_wrap.c revision 0bbfda8a
1#include "ctwm_main.h"
2
3int
4main(int argc, char *argv[])
5{
6	return ctwm_main(argc, argv);
7}
8