| 1 |
/* |
/* |
| 2 |
|
* -------------------------------------------------------------------------- |
| 3 |
|
* XooNiPs Xoops modules for Neuroinformatics Platforms |
| 4 |
|
* Copyright (C) 2005 RIKEN, Japan. All rights reserved. |
| 5 |
|
* http://sourceforge.jp/projects/xoonips/ |
| 6 |
|
* -------------------------------------------------------------------------- |
| 7 |
|
* This program is free software; you can redistribute it and/or |
| 8 |
|
* modify it under the terms of the GNU General Public License |
| 9 |
|
* as published by the Free Software Foundation; either version 2 |
| 10 |
|
* of the License, or (at your option) any later version. |
| 11 |
|
* |
| 12 |
|
* This program is distributed in the hope that it will be useful, |
| 13 |
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 |
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 |
|
* GNU General Public License for more details. |
| 16 |
|
* |
| 17 |
|
* You should have received a copy of the GNU General Public License |
| 18 |
|
* along with this program; if not, write to the Free Software |
| 19 |
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 20 |
|
* -------------------------------------------------------------------------- |
| 21 |
|
* |
| 22 |
* Abstract Layerの各機能がよく使う関数をここで定義する. |
* Abstract Layerの各機能がよく使う関数をここで定義する. |
| 23 |
* |
* |
| 24 |
* $Revision$ |
* $Revision$ |
| 25 |
* $Log$ |
* $Log$ |
| 26 |
|
* Revision 1.7 2005/03/15 04:49:40 tani |
| 27 |
|
* ライセンス文を追加. |
| 28 |
|
* |
| 29 |
* Revision 1.6 2005/02/25 07:42:57 tani |
* Revision 1.6 2005/02/25 07:42:57 tani |
| 30 |
* doubleToString追加. |
* doubleToString追加. |
| 31 |
* |
* |
| 52 |
#include <string.h> |
#include <string.h> |
| 53 |
#include "common.h" |
#include "common.h" |
| 54 |
|
|
|
#if defined(_MSC_VER) |
|
|
#define snprintf _snprintf |
|
|
int _fltused = 0x9875; |
|
|
#include "md5/global.h" |
|
|
#include "md5/md5.h" |
|
|
|
|
|
#define MD5_Init MD5Init |
|
|
|
|
|
#endif |
|
|
|
|
| 55 |
/** |
/** |
| 56 |
* |
* |
| 57 |
* dataのMD5ハッシュ値を求め,文字列に変換し,指定された文字列バッファ |
* dataのMD5ハッシュ値を求め,文字列に変換し,指定された文字列バッファ |