brmbar-github/mbed/request.h

6 lines
98 B
C

#ifndef __REQUEST__H
#define __REQUEST__H
bool request(const char *arg, char *response);
#endif