| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "LinearMemoryStream.h"Macros | |
| #define | PAD_TO_CEIL(x, bytes) ((((x) + (bytes) - 1) / (bytes)) * (bytes)) | 
| #define PAD_TO_CEIL | ( | x, | |
| bytes | |||
| ) | ((((x) + (bytes) - 1) / (bytes)) * (bytes)) |