Skip to content
  • Andinus's avatar
    Put the functions into seperate files & fix compile time error · fabb8465
    Andinus authored
    Splitting the program into seperate programs will cause the binary
    size to double if the end user wants both services. Instead splitting
    the functions in seperate files will keep the binary size small for
    both services combined & also the program will be maintainable.
    fabb8465