17.05.2015 Views

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

TMS34010 C Compiler - Al Kossow's Bitsavers

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Compare Strings<br />

strncmp<br />

Syntax<br />

Defined in<br />

Description<br />

#include<br />

<br />

int strncmp(sl, s2, n)<br />

char *s1, *s2;<br />

size-t nj<br />

strncmp. c in rts. src<br />

The strncmp function compares up to n characters of s2 with s1. The<br />

function returns one of the following values:<br />

< 0 if *s1 is less than *s2.<br />

o if *s1 is equal to *s2.<br />

> 0 if *s1 is greater than *s2.<br />

6-75

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!