gnatinstallhandler.c
来自「RTEMS (Real-Time Executive for Multiproc」· C语言 代码 · 共 18 行
C
18 行
/* * Default implementation of __gnat_install_handler to satisfy * reference in a-init.c in GNAT's run-time. Each BSP really * should provide its own version of this routine but this * version lets programs link. * * This routine is responsible for installing fault/exception/trap * handlers that map them onto POSIX signals so they can be * propagated to the GNAT run-time. See the sparc/erc32 BSP * for an example. * * $Id: gnatinstallhandler.c,v 1.1 1999/06/24 17:53:16 joel Exp $ */void __gnat_install_handler( void ){}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?