project_files/hwc/rtl/tests/check_check.h
author unc0rr
Sun, 09 Feb 2014 00:44:29 +0400
changeset 10124 aabd1b75d5a3
parent 7983 02f36c3e7f6c
permissions -rw-r--r--
Even more explicit type conversions and other stuff to help pas2c use ansistrings

#ifndef _CHECK_CHECK_H_
#define _CHECK_CHECK_H_

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

#endif