https://github.com/ibara/libopenbsd
ITWS 4370 Information Systems Security helper library.
https://github.com/ibara/libopenbsd
Last synced: 3 months ago
JSON representation
ITWS 4370 Information Systems Security helper library.
- Host: GitHub
- URL: https://github.com/ibara/libopenbsd
- Owner: ibara
- Created: 2019-02-07T04:28:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T04:19:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-18T02:18:03.753Z (12 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libOpenBSD
This is a helper library for Rensselaer Polytechnic Institute ITWS 4370
Information Systems Security.
It includes functions from OpenBSD libc that may be helpful in doing
coursework.
This library is not needed if you are running *BSD.
## Building and Installing
```
$ make
$ sudo make install
```
## Functions
* strlcat(3)
* strlcpy(3)
* strtonum(3)
## Additional files
There is a `c-compiler-tutorial.md` and a `make-tutorial.md` for students
who need to brush up on their C compiler and `make` utility knowledge.