Quick Command to find structure definition in header files: Revision history

From AcrodusWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 September 2024

  • curprev 11:4711:47, 23 September 2024Alex talk contribs 115 bytes +115 Created page with "find . -type f -name "*.h" -exec grep 'struct tvbuff' {} /dev/null \; /dev/null is to produced file name as output"