arc/src/html.h

27 lines
623 B
C

/******************************************************************************
*
* Copyright (c) 2017-2019 by Löwenware Ltd
* Please, refer LICENSE file for legal information
*
******************************************************************************/
/**
* @file html.h
* @author Ilja Kartašov <ik@lowenware.com>
* @brief
*
* @see https://lowenware.com/
*/
#ifndef HTML_H_43FF7C60_6224_40DF_B3C6_6E4E18350871
#define HTML_H_43FF7C60_6224_40DF_B3C6_6E4E18350871
struct html {
uint32_t size;
uint16_t offset;
uint16_t reserve;
const char *data;
};
#endif /* !HTML_H */