xlib_playground

Xlib playground for experiments.
Log | Files | Refs

test.c (84B)


      1 #include "test.h"
      2 
      3 int
      4 main(void)
      5 {
      6 	test_laddfront();
      7 	test_lswap();
      8 
      9 	return 0;
     10 }