This file is indexed.

/usr/include/urg/ticks.h is in liburg0-dev 0.8.18-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
15
16
17
18
19
20
21
22
23
24
25
#ifndef QRK_TICKS_H
#define QRK_TICKS_H

/*!
  \file
  \brief �^�C���X�^���v�擾�֐�

  \author Satofumi KAMIMURA

  $Id: ticks.h 1811 2010-04-30 16:12:05Z satofumi $
*/


//! Quick Robot Development Kit
namespace qrk
{
    /*!
      \brief �^�C���X�^���v�̎擾

      \retval �^�C���X�^���v [msec]
    */
    extern long ticks(void);
}

#endif /* !QRK_TICKS_H */