Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/common.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by aga, Fri Nov 26 05:13:40 2004 UTC revision 1.4 by youi, Thu Jan 6 07:17:15 2005 UTC
# Line 3  Line 3 
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()を作成.
# Line 20  Line 23 
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26