reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
lf_macos_support.h
Go to the documentation of this file.
1/* MacOS API support for the C target of Lingua Franca. */
2
3
32#ifndef LF_MACOS_SUPPORT_H
33#define LF_MACOS_SUPPORT_H
34
35#include <stdint.h> // For fixed-width integral types
36
37// Use 64-bit times and 32-bit unsigned microsteps
38#include "lf_tag_64_32.h"
39
40#if !defined LF_SINGLE_THREADED
42#endif
43
44#endif // LF_MACOS_SUPPORT_H