webclient_internal.h 213 B

1234567891011
  1. #ifndef WEBCLIENT_INTERNAL_H__
  2. #define WEBCLIENT_INTERNAL_H__
  3. #include <rtthread.h>
  4. #define web_malloc rt_malloc
  5. #define web_free rt_free
  6. #define web_realloc rt_realloc
  7. #define web_calloc rt_calloc
  8. #endif