|
|
|
|
|
by DarkShikari
5460 days ago
|
|
My favorite would be "pure" -- it's perfect for saying "this function pointer, which calls an assembly function, doesn't muck with any of your data structures, so you don't have to reload every single pointer after it returns". But unfortunately, since it was basically written only for libc purposes, it doesn't work on function pointers, so it's useless for this purpose. |
|