blob: f6307d4a905698e9ac0c3a9d7d969117d8e1b2d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
llvm-strings - print strings
============================
.. program:: llvm-strings
SYNOPSIS
--------
:program:`llvm-strings` [*options*]
DESCRIPTION
-----------
:program:`llvm-strings` is a tool that prints strings in files. The goal is to
make it a drop-in replacement for GNU's :program:`strings`.
|