File: README.Examples

package info (click to toggle)
sysfsutils 2.1.0%2Brepack-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,180 kB
  • sloc: sh: 8,705; ansic: 8,026; makefile: 43
file content (12 lines) | stat: -rw-r--r-- 460 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
libsysfs examples
-----------------
This directory contains the test programs for libsysfs as examples how
to use this library. They have to be linked against libsysfs, so
compile them with e.g.:

    gcc $(pkg-config --cflags --libs libsysfs) -o get_device get_device.c

The official and extensive documentation of libsysfs' API can be found
in /usr/share/doc/libsysfs-dev/libsysfs.txt.gz.

 -- Martin Pitt <mpitt@debian.org>, Thu, 06 Nov 2003 12:29:18 +0100