File: test_utarray.h

package info (click to toggle)
libsignal-protocol-c 2.3.1%2Bgit20171007-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,256 kB
  • sloc: ansic: 30,611; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 143 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef TEST_UTARRAY_H
#define TEST_UTARRAY_H

#include <check.h>

#define oom() ck_abort()

#include "utarray.h"

#endif /* TEST_UTARRAY_H */