File: examples.dox

package info (click to toggle)
ldb 1%3A1.1.17-1~bpo70%2B1
  • links: PTS
  • area: main
  • in suites: wheezy-backports
  • size: 6,168 kB
  • sloc: ansic: 53,683; python: 21,492; xml: 2,027; sh: 835; makefile: 207
file content (16 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** \example ldbreader.c

The code below shows a simple LDB application.

It lists / dumps the records in a LDB database to standard output.

*/


/** \example ldifreader.c

The code below shows a simple LDB application.

It lists / dumps the entries in an LDIF file to standard output.

*/