Ignore:
Timestamp:
Jul 26, 2006, 3:35:40 AM (19 years ago)
Author:
bird
Message:

More backend porting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/InnoTekLIBC/backend.h

    r2739 r2742  
    906906/** @defgroup grp_Back_process  LIBC Backend - Process Management
    907907 * @{ */
     908
     909/**
     910 * Sets the exit code for the current process and terminates it.
     911 * This call never returns.
     912 *
     913 * @param   rc      The process exit code.
     914 */
     915void __libc_Back_processExit(int rc);
    908916
    909917/**
Note: See TracChangeset for help on using the changeset viewer.