blog.httrack.com/blog/2014/04/05/a-story-of-realloc-and-laziness

A Simple Macro It began with a simple macro: (approximative code) 1 2 3 4 5 6 7 8 9 10 11 12

define ADD_BYTE(c) do { \ if (offset == capa) { \ if ( …


Comments (0)

Sign in to post comments.