ack/util/ego/em_ego
David Given 1203e8afd2 mkstemp() is a bit more complex than it looks; because ego wants to use the
same base name and generate multiple files based on it, we can't really use
mkstemp() for every temporary file. Instead, use mkstemp() once on a
placeholder, then generate temporary names based on this. (And delete the
placeholder once we've finished.)
2017-08-06 14:25:12 +02:00
..
em_ego.c mkstemp() is a bit more complex than it looks; because ego wants to use the 2017-08-06 14:25:12 +02:00