#ifndef __RSKSWSELFTEST_H__
#define __RSKSWSELFTEST_H__

#define RSKSW_ENV_LIBPATH   "RSKSW_LIBPATH"

#include <stdio.h>
int RSKSW_IntegrityTest(void);
#endif
