This file is indexed.

/usr/include/urg/log_printf.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
24
25
26
27
28
29
30
31
#ifndef QRK_LOG_PRINTF_H
#define QRK_LOG_PRINTF_H

/*!
  \file
  \brief ���O�̋L�^�֐�

  \author Satofumi KAMIMURA

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

namespace qrk
{
    /*!
      \brief ���O�L�^�p

      \param[in] format �•ψ���
    */
    int log_printf(const char *format, ...);


    /*!
      \brief �o�̓t�@�C������ύX����

      \attention �ŏ��� log_printf() ���Ă΂��O�ɌĂяo����Ȃ���΂Ȃ�Ȃ�
    */
    void log_setName(const char* file_name);
}

#endif /* !QRK_LOG_PRINTF_H */