Skip to content
  • Rob Swindell's avatar
    Decompose some library files to enable reuse by SVDM (virtual DOS modem) · 92bcd45e
    Rob Swindell authored
    I just wanted to reuse findstr() in vdmodem.c and I fell down this hole :-)
    
    findstr.* is new (findstr() related functions moved from str_util)
    getctrl.* is now finally the real home of get_ctrl_dir(), moved from str_util
    trashcan* functions moved from str_util to scfglib
    other scfg_t dependent functions moved from str_util to scfglib
    
    net_addr() appears to be a function that was never created/used (?)
    
    This will definitely break the *nix build, for now.
    92bcd45e