Mantid
Loading...
Searching...
No Matches
byte_rel_comp.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7int byte_rel_comp(const int *data_in, int n_in, char *data_out, int max_out, int &n_out);
8
9int byte_rel_expn(const char *data_in, int n_in, int n_from, int *data_out, int n_out);
int byte_rel_expn(const char *data_in, int n_in, int n_from, int *data_out, int n_out)
int byte_rel_comp(const int *data_in, int n_in, char *data_out, int max_out, int &n_out)