An open API service indexing awesome lists of open source software.

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.

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.