Browse CVS Repository
Diff of /xoonips/AL/common.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 4 |
#if !defined( COMMON_H ) |
#if !defined( COMMON_H ) |
| 5 |
#define COMMON_H |
#define COMMON_H |
| 6 |
|
|
| 7 |
|
#include<string> |
| 8 |
|
|
| 9 |
typedef enum { |
typedef enum { |
| 10 |
RES_OK = 0, |
RES_OK = 0, |
| 11 |
RES_ERROR, |
RES_ERROR, |
| 22 |
|
|
| 23 |
char* str_dup( const char* ); |
char* str_dup( const char* ); |
| 24 |
char* setValue( char** , const char* ); |
char* setValue( char** , const char* ); |
| 25 |
|
string intToString( int i ); |
| 26 |
|
|
| 27 |
#endif |
#endif |
| 28 |
|
|
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|