blob: fa309dbeb464a009756942d7a8a49b812fa539c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# libtasn1 -- Information about our contribution rules and coding style
Unless otherwise stated or implied the [GnuTLS contribution rules apply](https://gitlab.com/gnutls/gnutls/blob/master/CONTRIBUTING.md).
The following sections document any differences that apply:
# Function names
All the function names use underscore `_`, to separate words, functions like
asn1DoThat are not used. The exported function names start with the
`asn1_` prefix.
|