Subversion Repositories Kolibri OS

Rev

Rev 1693 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1693 Rev 3065
Line 4... Line 4...
4
	
4
	
5
INDEX
5
INDEX
Line 6... Line 6...
6
	strcasecmp
6
	strcasecmp
7
 
7
 
8
ANSI_SYNOPSIS
8
ANSI_SYNOPSIS
Line 9... Line 9...
9
	#include 
9
	#include 
10
	int strcasecmp(const char *<[a]>, const char *<[b]>);
10
	int strcasecmp(const char *<[a]>, const char *<[b]>);
11
 
11
 
12
TRAD_SYNOPSIS
12
TRAD_SYNOPSIS
13
	#include 
13
	#include 
Line 14... Line 14...
14
	int strcasecmp(<[a]>, <[b]>)
14
	int strcasecmp(<[a]>, <[b]>)
Line 36... Line 36...
36
 
36
 
37
QUICKREF
37
QUICKREF
38
	strcasecmp
38
	strcasecmp
Line 39... Line 39...
39
*/
39
*/
40
 
40
 
Line 41... Line 41...
41
#include 
41
#include 
42
#include 
42
#include 
43
 
43