Changeset 2742 for trunk/libc/include/InnoTekLIBC/backend.h
- Timestamp:
- Jul 26, 2006, 3:35:40 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/include/InnoTekLIBC/backend.h
r2739 r2742 906 906 /** @defgroup grp_Back_process LIBC Backend - Process Management 907 907 * @{ */ 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 */ 915 void __libc_Back_processExit(int rc); 908 916 909 917 /**
Note:
See TracChangeset
for help on using the changeset viewer.