~ubuntu-branches/ubuntu/hardy/belocs-locales-data/hardy

« back to all changes in this revision

Viewing changes to localedata/tests-mbwc/tst_iswalpha.c

  • Committer: Bazaar Package Importer
  • Author(s): Denis Barbier
  • Date: 2005-05-17 22:09:38 UTC
  • Revision ID: james.westby@ubuntu.com-20050517220938-814x2iu6tkj3ml2o
Tags: upstream-2.3.4
ImportĀ upstreamĀ versionĀ 2.3.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
  ISWALPHA: int iswalpha (wint_t wc);
 
3
*/
 
4
 
 
5
#define TST_FUNCTION iswalpha
 
6
 
 
7
#include "tsp_common.c"
 
8
#include "dat_iswalpha.c"
 
9
 
 
10
TST_FUNC_ISW (ALPHA, alpha);