private.h 127 B

12345678
  1. /*
  2. * private.h
  3. */
  4. #include "lub/types.h"
  5. #include "lub/argv.h"
  6. #include "lub/system.h"
  7. int testcmd(int argc, char *argv[]);