Test the value of msg_controllen for platforms whose CMSG_FIRSTHDR() does not test...
[free-sw/xcb/libxcb] / tools / README
1
2 api_conv.pl:
3 ------------
4
5  Description: used to convert old XCB names in camel case to lower
6               case names.
7
8  Usage:
9
10   * for several files:
11
12 perl -i xcb/tools/api_conv.pl xcb/tools/constants <file1> <file2> ...
13
14   * for a directory:
15
16 find dir -name '*.[ch]' -exec perl -i xcb/tools/api_conv.pl xcb/tools/constants {} +
17