Welcome to mirror list, hosted at ThFree Co, Russian Federation.

wordsize.h « bits « include « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38e14f85f470286292c887731ab030e975929b8a (plain)
1
2
3
4
5
6
/* wordsize.h - Linux compatibility */

#ifndef _WORDSIZE_H
#define _WORDSIZE_H 1
#define __WORDSIZE      32
#endif /*_WORDSIZE_H*/