File: README.Examples

package info (click to toggle)
sysfsutils 2.1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 860 kB
  • ctags: 3
  • sloc: sh: 42; makefile: 10; ansic: 9
file content (12 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (6)
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