1libproject(3LIB) Interface Libraries libproject(3LIB)
2
3
4
6 libproject - project database access library
7
9 cc [ flag... ] file... -lproject [ library... ]
10 #include <project.h>
11
12
14 Functions in this library provide various interfaces to extract data
15 from the project(4) database. The header provides structure and func‐
16 tion declarations for all library interfaces.
17
19 The shared object libproject.so.1 provides the public interfaces
20 defined below. See Intro(3) for additional information on shared object
21 interfaces.
22
23
24
25
26 endprojent fgetprojent
27 getdefaultproj getprojbyid
28 getprojbyname getprojent
29 getprojidbyname inproj
30 project_walk setproject
31 setprojent
32
33
35 /usr/lib/libproject.so.1
36
37 shared object
38
39
40 /usr/lib/64/libproject.so.1
41
42 64-bit shared object
43
44
46 See attributes(5) for descriptions of the following attributes:
47
48
49
50
51 ┌─────────────────────────────┬─────────────────────────────┐
52 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
53 ├─────────────────────────────┼─────────────────────────────┤
54 │Availability │SUNWcsl (32-bit) │
55 ├─────────────────────────────┼─────────────────────────────┤
56 │ │SUNWcslx (64-bit) │
57 ├─────────────────────────────┼─────────────────────────────┤
58 │Interface Stability │Evolving │
59 ├─────────────────────────────┼─────────────────────────────┤
60 │MT-Level │Safe │
61 └─────────────────────────────┴─────────────────────────────┘
62
64 pvs(1), Intro(3), getprojent(3PROJECT), project(4), attributes(5),
65 standards(5)
66
67
68
69SunOS 5.11 22 May 2003 libproject(3LIB)