Created utils file
This commit is contained in:
14
src/utils.h
Normal file
14
src/utils.h
Normal 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
|
||||
Reference in New Issue
Block a user