Created utils file

This commit is contained in:
2020-11-05 19:31:29 +01:00
parent 0ad4331a77
commit 987a708303
4 changed files with 30 additions and 12 deletions

14
src/utils.h Normal file
View File

@@ -0,0 +1,14 @@
//
// Created by marcsello on 05/11/2020.
//
#ifndef CAFF_PREVIEWER_UTILS_H
#define CAFF_PREVIEWER_UTILS_H
#include <stdint.h>
#include <stdbool.h>
bool contains(const uint8_t *data, uint64_t data_len, uint8_t what);
#endif //CAFF_PREVIEWER_UTILS_H