~ctwm/ctwm/trunk

1
2
3
4
5
6
7
#include "ctwm_main.h"

int
main(int argc, char *argv[])
{
	return ctwm_main(argc, argv);
}