v3 attached, comments are inline.
31.01.2014 12:26, Holger Hans Peter Freyther пишет:
tests is some how important. At least knowing that all routines got executed at least once.
Added.
C89 didn't have this style of comments. Use /* */ but maybe consider using api comments above the function instead of directly after {?
I've converted my comments but I'd like to point out that libosmocore does not actually follow this style - just do git grep -n "//"|grep -v http to verify.
this is not lisp.
Yepp, that makes me sad too :) Anyway, fixed.