This file is indexed.

/usr/include/urg/delay.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_DELAY_H
#define QRK_DELAY_H

/*!
  \file
  \brief �ҋ@

  \author Satofumi KAMIMURA

  $Id: delay.h 1815 2010-05-06 17:34:19Z satofumi $
*/


//! Quick Robot Development Kit
namespace qrk
{
    /*!
      \brief �ҋ@

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

#endif /* !QRK_DELAY_H */