~ubuntu-branches/ubuntu/trusty/skktools/trusty

« back to all changes in this revision

Viewing changes to skkdic-sort.c

  • Committer: Bazaar Package Importer
  • Author(s): Tatsuya Kinoshita
  • Date: 2007-10-01 01:27:04 UTC
  • mfrom: (1.2.2 upstream) (3.1.4 gutsy)
  • Revision ID: james.westby@ubuntu.com-20071001012704-ac3pnfs676twdvrc
Tags: 1.3.1-1
* New upstream release.
* debian/copyright, debian/watch: Replace "openlab.ring.gr.jp" with
  "openlab.jp".

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
Author: Hironobu Takahashi, Masahiko Sato, Kiyotaka Sakai, Kenji Yabuuchi
6
6
Maintainer: Mikio Nakajima <minakaji@osaka.email.ne.jp>
7
 
Version: $Id: skkdic-sort.c,v 1.5 2006/01/04 10:35:06 skk-cvs Exp $
 
7
Version: $Id: skkdic-sort.c,v 1.6 2007/09/17 18:05:27 skk-cvs Exp $
8
8
Keywords: japanese
9
 
Last Modified: $Date: 2006/01/04 10:35:06 $
 
9
Last Modified: $Date: 2007/09/17 18:05:27 $
10
10
 
11
11
This file is part of Daredevil SKK.
12
12
 
31
31
 
32
32
#include <config.h>
33
33
#include <stdio.h>
 
34
#include <stdlib.h>
34
35
#ifdef HAVE_MALLOC_H
35
36
#include <malloc.h>
36
37
#endif