File: README

package info (click to toggle)
snacc 1.3.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,132 kB
  • sloc: ansic: 33,001; cpp: 5,163; yacc: 2,217; sh: 2,146; makefile: 839; lex: 517; sed: 4
file content (30 lines) | stat: -rw-r--r-- 1,138 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
(RCS control information is at the end of this file.)


C ASN.1 library README
----------------------

This directory contains the type definitions and the encode, decode,
free and print routines for all of the built-in ASN.1 types.  It also
contains the code for three different buffer types.

The makefile will produce 3 different libraries, one for each buffer
type.  Each buffer types requires a different library because many of
the buffer routine calls made from the encode and decode library
routines are macros (for performance reasons).

The 3 libararies are:
        libasn1cebuf.a - uses the ExpBufs
        libasn1cmbuf.a - uses the MinBufs
        libasn1csbuf.a - uses the SBufs

See the documentation for a full descriptions of the buffer types.
You must link your code with proper library (i.e. if you use SBufs,
link with libasn1csbuf.a).

#-------------------------------------------------------------------------------
# $Header: /usr/app/odstb/CVS/snacc/c-lib/README,v 1.2 1994/08/31 23:50:07 rj Exp $
# $Log: README,v $
# Revision 1.2  1994/08/31 23:50:07  rj
# textual change to adapt to change of directory tree.
#