Question
Hello this is C programming on my question is the following function requires asks for a pointer on the second parameter, so why am I
Hello this is C programming on my question is the following function requires asks for a pointer on the second parameter, so why am I passing an address with the & or am I reading this wrong is the function parameter a pointer that requires me to pass it an address to the with the ampersand? How should I approach functions that have that ask for things like
someFunction(param1, const type *param2) esp_err_thttpd_register_uri_handler(httpd_handle_t handle, const httpd_uri_t * uri_handler) Registers a URI handler. // register query handler httpd_uri_t jquery_js ={ .uri = "/jquery-3.3.1.min.js", . method = HTTP_GET, .handler = http_server_jquery_handler, .user_ctx = NULL \}; httpd_register_uri_handler(http_server_hanle, \&jquery_js); main webpage app.css app.js favicon.ico index.html jquery-3.3.1.min.js C http_server.c hh http_server.h cc main.c cc rgb_led.c hi rgb_led.h hi tasks_common.h c. wifi_app.c hh wifi_app.h a CMakeLists.txt Kconfig.projbuild A CMakeLists.txt
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started