Subversion Repositories Kolibri OS

Rev

Rev 9837 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9837 Rev 9970
Line 177... Line 177...
177
static char *my_index(const char *str, int chr);
177
static char *my_index(const char *str, int chr);
178
#else
178
#else
179
extern char *getenv();
179
extern char *getenv();
180
#endif
180
#endif
Line 181... Line -...
181
 
-
 
182
#ifdef _KOLIBRI
-
 
183
char* getenv(const char *name) {
-
 
184
	return NULL;
-
 
185
}
-
 
186
#endif
-
 
187
 
181
 
188
static int my_strlen(const char *str)
182
static int my_strlen(const char *str)
189
{
183
{
190
	int n = 0;
184
	int n = 0;
191
	while (*str++)
185
	while (*str++)