Browse CVS Repository
Diff of /xoonips/AL/common.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 3 |
* |
* |
| 4 |
* $Revision$ |
* $Revision$ |
| 5 |
* $Log$ |
* $Log$ |
| 6 |
|
* Revision 1.4 2005/01/06 07:17:15 youi |
| 7 |
|
* VC toolkit使用時のsnprintfと_fltusedの定義を追加. |
| 8 |
|
* |
| 9 |
* Revision 1.3 2004/11/26 05:13:40 aga |
* Revision 1.3 2004/11/26 05:13:40 aga |
| 10 |
* ・userid_t, groupid_tをunsigned int に修正. |
* ・userid_t, groupid_tをunsigned int に修正. |
| 11 |
* ・unsignedIntToString()を作成. |
* ・unsignedIntToString()を作成. |
| 23 |
#include <string.h> |
#include <string.h> |
| 24 |
#include "common.h" |
#include "common.h" |
| 25 |
|
|
| 26 |
|
#if defined(_MSC_VER) |
| 27 |
|
#define snprintf _snprintf |
| 28 |
|
int _fltused = 0x9875; |
| 29 |
|
#endif |
| 30 |
|
|
| 31 |
/** |
/** |
| 32 |
* |
* |
| 33 |
* 与えられた文字列を複製し,そのアドレスを返す. |
* 与えられた文字列を複製し,そのアドレスを返す. |
|
|
Legend:
| Removed from v.1.3 |
|
| changed lines |
| |
Added in v.1.4 |
|
|
|