Robert Vincent Krakora wrote:
> #ifndef _LINUX_CTYPE_H
> #define _LINUX_CTYPE_H
>
> /*
> * NOTE! This ctype does not handle EOF like the standard C
> * library is required to.
> */
>
> #define _U 0x01 /* upper */
> #define _L 0x02 /* lower */
> #define _D 0x04 /* digit */
> #define _C 0x08 /* cntrl
#ifndef _LINUX_CTYPE_H
#define _LINUX_CTYPE_H
/*
* NOTE! This ctype does not handle EOF like the standard C
* library is required to.
*/
#define _U 0x01 /* upper */
#define _L 0x02 /* lower */
#define _D 0x04 /* digit */
#define _C 0x08 /* cntrl */
#define _P 0x10 /* punct */
#define _S 0x20 /* w
Hello soosho:
I ran into the same problem yesterday. I grabbed the needed function
from a website and stuck it into the file in error and was able to
compile. The function is below. This is a "hack" and only a temporary
fix until somebody with more alsa experience jumps into the fray with a
Hi All,
Thanks a lot for the mailing list.
I've just downloaded an Alsa package and confronted the following error
during the compilation.
Could anybody help, please?
Or at least does anybody know exactly, what is the meaning of the
following error message, plz?
Any help would be appreciated!