Comment on Toward Go 1.3parentComments−mjn12ymacros are an ugly solution, but they are a solutionTangential, but a decent example of that sort of thing, a generic red-black tree written entirely in the C preprocessor: http://www.canonware.com/download/rb/rb_newer/rb.h−lflux12yqueue.h is pretty widely used as well: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/sys/queue.h?re...
Comments
Tangential, but a decent example of that sort of thing, a generic red-black tree written entirely in the C preprocessor: http://www.canonware.com/download/rb/rb_newer/rb.h
queue.h is pretty widely used as well: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/sys/queue.h?re...