1
0
src/status
2025-03-27 16:32:38 -06:00
..
.gitignore better separation of modules 2025-03-27 02:34:39 -06:00
libio.c move io and keyval to libio and libkeyval 2025-03-27 02:39:23 -06:00
libio.h just some comments 2025-03-27 16:32:38 -06:00
libkeyval.c move io and keyval to libio and libkeyval 2025-03-27 02:39:23 -06:00
libkeyval.h just some comments 2025-03-27 16:32:38 -06:00
Makefile make maintainable in a week 2025-03-27 02:48:51 -06:00
mod_static.c better separation of modules 2025-03-27 02:34:39 -06:00
mod_time.c better separation of modules 2025-03-27 02:34:39 -06:00
order.def.c better separation of modules 2025-03-27 02:34:39 -06:00
README make maintainable in a week 2025-03-27 02:48:51 -06:00
settings.def.c status mvp 2025-03-27 02:08:07 -06:00
status.c move io and keyval to libio and libkeyval 2025-03-27 02:39:23 -06:00

   __  ___  __  ___  _  _  __
  / _//   //  //   // // // _/ STATUS
 _'.  / // _  // / / // /_'.   how's your day going?
/__/ /_//_//_//_/  /__/ /__/   2025 DTB. Public Domain.

build: $ make

libio.c, libio.h:         libio, a wrapper around I/O functions for status(1)
libkeyval.c, libkeyval.h: libkeyval, a key/value system for status(1)
*.def.c:                  the default for foo.c, a configuration file #included
                          directly in a source-file
mod_*.c:                  modules to be #included directly in status.h
status.c:                 main() and boilerplate