File: README

package info (click to toggle)
leveldb 1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,308 kB
  • ctags: 2,804
  • sloc: cpp: 17,921; ansic: 534; sh: 235; makefile: 192
file content (10 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (36)
1
2
3
4
5
6
7
8
9
10
This directory contains interfaces and implementations that isolate the
rest of the package from platform details.

Code in the rest of the package includes "port.h" from this directory.
"port.h" in turn includes a platform specific "port_<platform>.h" file
that provides the platform specific implementation.

See port_posix.h for an example of what must be provided in a platform
specific header file.