Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

arrow-nightlies / nanoarrow   python

Repository URL to install this package:

/ vendor / flatcc / flatcc_portable.h

#ifndef FLATCC_PORTABLE_H
#define FLATCC_PORTABLE_H

#ifdef __cplusplus
extern "C" {
#endif

#include "flatcc/portable/portable_basic.h"

#ifdef __cplusplus
}
#endif

#endif /* FLATCC_PORTABLE_H */