/rusxmms/librcc

To get this branch, use:
bzr branch http://suren.me/webbzr/rusxmms/librcc

« back to all changes in this revision

Viewing changes to src/rcclocale.c

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-28 23:44:19 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcc--main--0.1--patch-2
29.06.2005

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#include <string.h>
3
3
#include <locale.h>
4
4
 
5
 
#include "config.h"
 
5
#include "rccconfig.h"
6
6
 
7
7
static int rccLocaleGetClassByName(const char *locale) {
8
8
    if (!strcmp(locale, "LC_CTYPE")) return LC_CTYPE;