This file is indexed.

/usr/include/rem/rem_auconv.h is in librem-dev 0.4.7-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
/**
 * @file rem_auconv.h Audio sample format conversion
 *
 * Copyright (C) 2010 Creytiv.com
 */


void auconv_from_s16(enum aufmt dst_fmt, void *dst_sampv,
		     const int16_t *src_sampv, size_t sampc);
void auconv_to_s16(int16_t *dst_sampv, enum aufmt src_fmt,
		   void *src_sampv, size_t sampc);