File: test_hash.h

package info (click to toggle)
libdebian-installer 0.127
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: ansic: 5,007; makefile: 182
file content (6 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#ifndef TEST_HASH_H
#define TEST_HASH_H

Suite* make_test_hash_suite();

#endif