c++ Programming Glossary: jump_init
C/C++ function definitions without assembly http://stackoverflow.com/questions/2442966/c-c-function-definitions-without-assembly libio fileops.c const struct _IO_jump_t _IO_file_jumps JUMP_INIT_DUMMY JUMP_INIT finish INTUSE _IO_file_finish JUMP_INIT overflow.. const struct _IO_jump_t _IO_file_jumps JUMP_INIT_DUMMY JUMP_INIT finish INTUSE _IO_file_finish JUMP_INIT overflow INTUSE _IO_file_overflow.. JUMP_INIT_DUMMY JUMP_INIT finish INTUSE _IO_file_finish JUMP_INIT overflow INTUSE _IO_file_overflow JUMP_INIT underflow INTUSE..
|