Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / const.res
... / ...
CommitLineData
1void foo(const char *text) {
2 strcat_safe(buf->data, buf->len, text);
3}