Help for this page

Select Code to Download


  1. or download this
    string bleh(void);
    
  2. or download this
    const char* blehC(void) {
      return bleh(void).c_str();
    }
    
  3. or download this
    char* respondC(const char* input, const char* username) {
      char* ret = NULL;
    ...
      }
      return ret;
    }