project_files/hwc/rtl/tests/check_check.h
author Wuzzy <almikes@aol.com>
Wed, 11 Oct 2017 23:14:29 +0200
changeset 12694 e96f0f89ba0c
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Remove unused variable in uWorld.pas

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

Suite *system_suite();
Suite *misc_suite();
Suite *sysutils_suite();
Suite *fileio_suite();

#endif