Files
libguestfs/utils
Pino Toscano 8e57268dd4 static const char *str -> static const char str[]
Make all the static constant strings as char arrays, so they can be
fully stored in read-only memory.
2016-07-22 13:16:02 +02:00
..

This directory contains miscellaneous utilities for profiling and
testing libguestfs.  For more information see guestfs-performance(1).

For libguestfs tools you should look in the specific tool directories
such as cat/, df/, etc.

For an overview of libguestfs directories, see guestfs-hacking(1).