host/inmsafecapis/unix/safecapisincludesmajor.h (4 lines of code) (raw):
///
/// \file safecapisincludesmajor.h
///
/// \brief lists the headers to be included to use *_s (for eg: memcpy_s) functions.
///
#ifndef SAFE_C_APIS_INCLUDES_MAJOR_H
#define SAFE_C_APIS_INCLUDES_MAJOR_H
#include "safecapismajor.h"
#endif /* SAFE_C_APIS_INCLUDES_MAJOR_H */