This file is indexed.

/usr/include/bart/num/init.h is in libbart-dev 0.4.02-2.

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
12
13
14
/* Copyright 2013. The Regents of the University of California.
 * All rights reserved. Use of this source code is governed by 
 * a BSD-style license which can be found in the LICENSE file.
 */ 

extern void num_init(void);
extern void num_init_gpu(void);
/**
 * selects the GPU with the maximum available memory
 *   (if there are more than one on the system)
 */
extern void num_init_gpu_memopt(void);
extern void num_init_gpu_device(int device);
extern void num_set_num_threads(int n);