File: README.Examples

package info (click to toggle)
sysfsutils 1.2.0-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 344 kB
  • ctags: 2
  • sloc: sh: 31; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 452 bytes parent folder | download
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 -I/usr/include/sysfs -o get_device get_device.c -lsysfs

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