mirror of
https://github.com/sist2app/sist2.git
synced 2026-01-17 08:26:29 +00:00
9 lines
167 B
C
9 lines
167 B
C
#ifndef SIST2_MAGIC_UTIL_H
|
|
#define SIST2_MAGIC_UTIL_H
|
|
|
|
#include <stdio.h>
|
|
|
|
char *magic_buffer_embedded(void *buffer, size_t buffer_size);
|
|
|
|
#endif //SIST2_MAGIC_UTIL_H
|