Could you help me please to find an identation tools for C ANSI programs which correctly works on NT.
I tryed "indent.exe" but there are a lot of indentation bugs. Its version was probably too old. An generate the new one with GNU sources is complex and need a lot of time...
Thanks you.
I need to format a file where records are separated by only Linefeed (0a). I tryed several solutions which doesn't
works.
1) echo "a" | awk 'BEGIN{ORS="\x0a" } {print "xxx";print"yyy"}' > toto
Result: 78 78 78 0d 0a 79 79 79 0d 0a => Carriage return...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.