oskit/oskit-20020317/x11/client
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
GNUmakefile.in import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
README.clientdiffs import 2016-02-19 15:02:31 +03:00
getcwd.c import 2016-02-19 15:02:31 +03:00
getservbyname.c import 2016-02-19 15:02:31 +03:00
multibyte.c import 2016-02-19 15:02:31 +03:00
xc.diff import 2016-02-19 15:02:31 +03:00
xfree.diff import 2016-02-19 15:02:31 +03:00

README

Directories: oskit/x11/client
Target: liboskit_x11client.a
Documentation: 
	Flux Research Group, University of Utah
	CSRG; University of California, Berkeley
Description:  
	Simple functions to add some missing functionality that the X
	client code relies on.  Most of these are either very naive 
	implementations, or are dependent on the workings of other 
	parts of the oskit (libc mostly).  Feel free to replace them
	with real functions.  There is also no guarantee that this
	collection is complete, you may need to add more functions
	when you run into them.