Files
epics-base/src/libCom/misc/adjustment.h
2000-05-31 19:17:33 +00:00

30 lines
735 B
C

/* src/libCom/adjustment.h */
/*****************************************************************
COPYRIGHT NOTIFICATION
*****************************************************************
(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO
This software was developed under a United States Government license
described on the COPYRIGHT_UniversityOfChicago file included as part
of this distribution.
**********************************************************************/
#ifndef INCadjustmenth
#define INCadjustmenth
#include "shareLib.h"
#ifdef __cplusplus
extern "C" {
#endif
epicsShareFunc size_t epicsShareAPI adjustToWorstCaseAlignment(size_t size);
#ifdef __cplusplus
}
#endif
#endif /*INCadjustmenth*/