/* @(#) pSOSystem PowerPC/V2.2.2: apps.v22/pdemo/demoload.c 3.1 97/09/04 07:00:21 */ /***********************************************************************/ /* */ /* MODULE: apps/pdemo/demoload.c */ /* DATE: 97/09/04 */ /* PURPOSE: The loader code for the demo. */ /* */ /*---------------------------------------------------------------------*/ /* */ /* Copyright 1991 - 1997, Integrated Systems, Inc. */ /* ALL RIGHTS RESERVED */ /* */ /* Permission is hereby granted to licensees of Integrated Systems, */ /* Inc. products to use or abstract this computer program for the */ /* sole purpose of implementing a product based on Integrated */ /* Systems, Inc. products. No other rights to reproduce, use, */ /* or disseminate this computer program, whether in part or in */ /* whole, are granted. */ /* */ /* Integrated Systems, Inc. makes no representation or warranties */ /* with respect to the performance of this computer program, and */ /* specifically disclaims any responsibility for any damages, */ /* special or consequential, connected with the use of this program. */ /* */ /*---------------------------------------------------------------------*/ /* */ /* */ /* */ /***********************************************************************/ #include /***********************************************************************/ /* demoload: A dummy task that just deletes itself (for now). */ /***********************************************************************/ void demoload(void) { t_delete(0); }