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

« back to all changes in this revision

Viewing changes to localedata/tests-mbwc/tst_iswdigit.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
  ISWDIGIT: int iswdigit (wint_t wc);
 
3
*/
 
4
 
 
5
 
 
6
#define TST_FUNCTION iswdigit
 
7
 
 
8
#include "tsp_common.c"
 
9
#include "dat_iswdigit.c"
 
10
 
 
11
TST_FUNC_ISW (DIGIT, digit);