4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-03 13:00:39 +08:00

18 lines
295 B
C
Raw Normal View History

2005-05-19 20:34:42 +00:00
/* endian.h
2005-05-19 19:44:31 +00:00
Copyright 2005 Red Hat, Inc.
This file is part of Cygwin.
This software is a copyrighted work licensed under the terms of the
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#ifndef _ENDIAN_H_
#define _ENDIAN_H_
#include <machine/endian.h>
2005-05-19 20:37:51 +00:00
#endif
2005-05-19 19:44:31 +00:00