Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1626 → Rev 1627

/drivers/ddk/string/index.S
0,0 → 1,11
/* index() Author: Kees J. Bot */
/* 2 Jan 1994 */
 
/* char *index(const char *s, int c) */
/* Look for a character in a string. Has suffered from a hostile */
/* takeover by strchr(). */
/* */
#include "asm.h"
 
ENTRY(index)
jmp _C_LABEL(strchr)