This file is indexed.

/usr/include/c_urg/urg_delay.h is in liburg0-dev 0.8.12-1ubuntu1.

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
15
16
17
18
19
20
21
22
23
#ifndef QRK_C_URG_DELAY_H
#define QRK_C_URG_DELAY_H

/*!
  \file
  \brief �ҋ@�֐�

  \author Satofumi KAMIMURA

  $Id: urg_delay.h 1734 2010-03-06 01:32:54Z satofumi $
*/


/*!
  \brief �ҋ@

  �w�肳�ꂽ���Ԃ����ҋ@����

  \param[in] msec �ҋ@���� [msec]
*/
void urg_delay(int msec);

#endif /* !QRK_C_DELAY_H */