FloppySoftware logo

Libraries and more

Over the time, I have written some nice additional libraries for MESCC.

They are not included in the MESCC standard library package, because they are very focused on concrete tasks.

Libraries image

Libraries

Among others, the additional libraries I have written are:

  • cf: management library for parsing and writing text configuration files (similar to INI or CONF files).
  • dynarr: management library for dynamic arrays of strings.
  • glob: library for filename expansion using wildcards.
  • lklist: management library for doubly-linked lists.
  • log: simple logger to file for debugging.
  • readline: line editing library.
  • timer: timer library.
  • ut: unitary tests library.