OpenCores
URL https://opencores.org/ocsvn/tv80/tv80/trunk

Subversion Repositories tv80

[/] [tv80/] [trunk/] [tests/] [stdint.h] - Diff between revs 84 and 111

Show entire file | Details | Blame | View Log

Rev 84 Rev 111
Line 18... Line 18...
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
// CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
//
 
 
 
#ifndef _SYS_TYPES_H
#ifndef _STDINT_H
#ifndef _STDINT_H
#define _STDINT_H       1
#define _STDINT_H       1
// reduced version of stdint.h for Z80
// reduced version of stdint.h for Z80
 
 
typedef signed char             int8_t;
typedef signed char             int8_t;
Line 30... Line 31...
typedef unsigned char           uint8_t;
typedef unsigned char           uint8_t;
typedef unsigned int            uint16_t;
typedef unsigned int            uint16_t;
typedef unsigned long           uint32_t;
typedef unsigned long           uint32_t;
 
 
#endif
#endif
 
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.