Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 816 Bytes

File metadata and controls

17 lines (12 loc) · 816 Bytes

User Interface

SSF

User-facing input parsing and presentation interfaces.

Module Description Source Files Documentation
ssfargv Command line string to gobj parser ssfargv.c, ssfargv.h ssfargv.md
ssfcli CLI framework ssfcli.c, ssfcli.h ssfcli.md
ssfvted ANSI/VT100 terminal line editor ssfvted.c, ssfvted.h ssfvted.md

See Also

  • Generic Object — Hierarchical generic object container produced by ssfargv
  • Safe Strings — Safe C string utilities for working with the buffer produced by ssfvted
  • Linked List — Linked list used internally by ssfcli for the command registry