a713518f5d
added a few more stub headers, fleshed out a few stub headers, added a FIXME file, added various compatibility macros git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@25 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
7 lines
94 B
C
7 lines
94 B
C
#ifndef _SPL_CTYPE_H
|
|
#define _SPL_CTYPE_H
|
|
|
|
#include <linux/ctype.h>
|
|
|
|
#endif /* SPL_CTYPE_H */
|