v0.1.0
This commit is contained in:
parent
47b7537edc
commit
1ceccdb5db
2 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
## About
|
## About
|
||||||
|
|
||||||
isinetaddr is a simple C library that provides an interface that can
|
isinetaddr is a simple C library that provides an interface that can
|
||||||
be used to validate one or more IPv4 addresses.
|
be used to validate one or more IPv4 addresses. Easily extensible
|
||||||
|
[testcases](test/isinetaddr_test.c) exist to verify safety and
|
||||||
|
correctness.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|
1
VERSION
Normal file
1
VERSION
Normal file
|
@ -0,0 +1 @@
|
||||||
|
v0.1.0
|
Loading…
Reference in a new issue