[12:48] random of the day [12:48] * Keybuk wonders whether this works [12:48] int [12:48] foo (nih_local void *ptr) [12:48] { [12:48] nih_ref (ptr, NULL); [12:48] // use ptr safe in the knowledge that it won't get unreferenced [12:48] } [12:54] no [12:54] boo [22:05] I'm trying to come up with a clever way of doing something and failing :-( [22:06] Try harder. [22:06] lol [22:06] basically for the tests/test_*.c files, I want to have a function per test case [22:06] You can do it! [22:07] and want the list of test case functions auto-generated [22:07] but can't figure out a clean way to do it :-/ [22:08] Ahh. Got me. Since I use C# I'd just use reflection. ;) [22:08] lol