/rusxmms/librcd

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

« back to all changes in this revision

Viewing changes to statgen/debug.c

  • Committer: Suren A. Chilingaryan
  • Date: 2005-06-28 16:37:40 UTC
  • Revision ID: Arch-1:ds@dside.dyndns.org--darksoft-2004%librcd--main--0.1--patch-1
0.1.6
* Function name is changed to conform LibRCC naming conventions
* AutoConf Improvements
* Release Script
* Other minor changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <stdio.h>
2
2
#define _AUTO_DEBUG
3
 
#include "charset_auto_russian.h"
 
3
#include "librcd.tmp.c"
4
4
 
5
5
 
6
6
main(int argc, char *argv[]) {
28
28
        if (len<5) continue;
29
29
        else word[len+1]=0;
30
30
 
31
 
        autocharset_russian_uc(word+st,len+1-st);
 
31
        rcdGetRussianCharset(word+st,len+1-st);
32
32
    }
33
33
}