4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-16 19:40:07 +08:00
Christopher Faylor 8c509c0a11 fix comment
2005-05-19 20:37:51 +00:00

18 lines
295 B
C

/* endian.h
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>
#endif