set_platform.c 190 B

1234567891011
  1. #include <stdio.h>
  2. #include "common.h"
  3. #include "command.h"
  4. int main(int argc, char *argv[])
  5. {
  6. set_configure_by_type(PUB_SET_PLATFORM_NONE_HTTP,SUB_SET_PLATFORM_NONE_HTTP);
  7. return 0;
  8. }