EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
adjustment.h
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * SPDX-License-Identifier: EPICS
7 * EPICS Base is distributed subject to a Software License Agreement found
8 * in file LICENSE that is included with this distribution.
9 \*************************************************************************/
10 
18 #ifndef INCadjustmenth
19 #define INCadjustmenth
20 #include "libComAPI.h"
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
29 LIBCOM_API size_t adjustToWorstCaseAlignment(size_t size);
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 
36 #endif /*INCadjustmenth*/
LIBCOM_API size_t adjustToWorstCaseAlignment(size_t size)