Instrument Neutral Distributed Interface INDI  2.0.2
shm_open_anon.h
Go to the documentation of this file.
1 // Copyright 2019 Lassi Kortela
2 // SPDX-License-Identifier: ISC
3 
4 #pragma once
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 int shm_open_anon(void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
int shm_open_anon(void)