| version 1.237, Thu Oct 9 16:30:56 2008 UTC | version 1.238, Wed Oct 15 15:27:33 2008 UTC | ||
|---|---|---|---|
|
|
||
| wcwidth ( u -- n ) gforth | wcwidth ( u -- n ) gforth | ||
| ""The number of fixed-width characters per unicode character u"" | ""The number of fixed-width characters per unicode character u"" | ||
| #ifdef HAVE_WCWIDTH | |||
| n = wcwidth(u); | n = wcwidth(u); | ||
| #else | |||
| n = 1; | |||
| #endif | |||
| flush-icache ( c_addr u -- ) gforth flush_icache | flush-icache ( c_addr u -- ) gforth flush_icache | ||
| ""Make sure that the instruction cache of the processor (if there is | ""Make sure that the instruction cache of the processor (if there is |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |