/* * PSP Software Development Kit - http://www.pspdev.org * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPSDK root for details. * * template.c - Template source file for a library * * Copyright (c) 2005 James F * * $Id: template.c 1888 2006-05-01 08:47:04Z tyranid $ */ #include "template.h" int template_call(void) { return 0; }