Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 423 Bytes

c-utils

c utility functions

module cutils: various c utility functions like get input from command line and functions for handling strings module hex: get a random hex character or generate hex string module vbrnd: Visual Basic style pseudo random number generator module vbstring: fill free space in a string with the ' ' space charater

the 'test' directory contains the test program for testing the various functions