1@@ 2expression E1, E2; 3@@ 4- strbuf_addf(E1, E2); 5+ strbuf_addstr(E1, E2);
@@
expression E1, E2;
- strbuf_addf(E1, E2);
+ strbuf_addstr(E1, E2);