Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
古いマクロを使用して 32 ビット整数を読み取るファイルがあります。
READ32(dest, src)
すべての呼び出しを次のように置き換える必要があります
dest = readUint32(&src);
SED スタイルの Vim の検索と置換コマンドを書こうとしていますが、うまくいきません。
READ32([a-z]\+, cmd)検索プロンプトを使用して最初の部分を一致させることはできますが、構文/が一致しないようです。:s
READ32([a-z]\+, cmd)
/
:s