- add LIMITS.H relay file

This commit is contained in:
Ilya Shurumov 2021-05-06 23:48:52 +06:00
parent c08f97dc87
commit 6649512da5
2 changed files with 1 additions and 19 deletions

View File

@ -1,25 +1,6 @@
#ifndef LIBSPU_H
#define LIBSPU_H
/*****************************************************************
* -*- c -*-
* $RCSfile: libspu.h,v $
*
* Copyright (c) 1993, 1994, 1995, 1996 Sony Computer Entertainment Inc.
* All Rights Reserved.
*
* This file is part of ``PlayStation(R)'' Programmer Tool /
* Runtime Library.
*
* R & D Division, Sony Computer Entertainment Inc.
*
* $Id: libspu.h,v 1.80 1997/06/24 11:14:04 kaol Exp $
*
*****************************************************************/
/*
* $PSLibId: Run-time Library Release 4.6$
*/
/* ----------------------------------------------------------------
* CONSTANT
* ---------------------------------------------------------------- */

View File

@ -0,0 +1 @@
#include <limits.h>