A small function which reverses a c-string by just swapping the elements :) ... Usage:: char[] str = "hello"; reverse(str); // str now ...
確定! 回上一頁