• R/O
  • HTTP
  • SSH
  • HTTPS

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Source code written in the old pre-ANSI Microware C, Libre license. Not sure the current source compiles, nor that the objects survived the journey.


File Info

Rev. 7ebede1fd227cdd6a280478b291daeaa08f0da88
Tamanho 1,411 bytes
Hora 2020-10-08 22:10:51
Autor Joel Matthew Rees
Mensagem de Log

Licensing where public domain not recognized clarified.

Content

/* process.h -- stuff for process control
* -- Joel Rees, March 1991
*  Microware C for OS-9/6809 ceased to be actively developed before the 
*  ANSI standard began to take shape, and followed pre-ANSI rules.
*  This header is therefore mostly cosmetic and documentational.
*  Copyright would be meaningless.
*  If your jurisdiction does not allow public domain assignment, 
*  you may use the following terms (MIT template):
** [Author(s)]
** Joel Rees, from November 2007 (JMR)
** All copyrights claimed and retained by the author(s).
** [License]
** This source may be used under the following conditions:
** * This source must be provided in some reasonable manner 
**   with any object distribution or publication.
** * This license notice may not be removed or modified.
** * Any modifications made to this file and published
**   shall receive the same license.
** * The author(s) make no legal representations whatsoever
**   concerning this source and the abstractions and/or
**   implementations contained therein:
** * Each user assumes all liability and responsibility
**   concerning such use.
** * USE AT YOUR OWN RISK.
** * The author(s) assert and concur that algorithms and 
**   other abstractions are fundamentally not patentable.
** * No other conditions are asserted.
** End of copyright and license notice.
*/

/* void exit(int status); */
exit();

/* void _exit(int status); */
_exit();