about summary refs log tree commit diff
path: root/frida_mode/include/shm.h
blob: 8338ccba1d1fea18d69141c0151df9d4be4d50f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef _SHM_H
#define _SHM_H

#include <stddef.h>

void *shm_create(size_t size);

#endif