Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 113
Line 32... Line 32...
32
QUICKREF
32
QUICKREF
33
        strrchr ansi pure
33
        strrchr ansi pure
34
*/
34
*/
35
 
35
 
36
#include "global.h"
36
#include "global.h"
37
#include <string.h>
37
#include "include/string.h"
38
 
38
 
39
char *
39
char *
40
_DEFUN (strrchr, (s, i),
40
_DEFUN (strrchr, (s, i),
41
        _CONST char *s _AND
41
        _CONST char *s _AND
42
        int i)
42
        int i)