librsync  2.3.4
Functions
isprefix.h File Reference

String prefix text function. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int isprefix (char const *tip, char const *iceberg)
 Return true if TIP is a prefix of ICEBERG. More...
 

Detailed Description

String prefix text function.

Definition in file isprefix.h.

Function Documentation

◆ isprefix()

int isprefix ( char const *  tip,
char const *  iceberg 
)

Return true if TIP is a prefix of ICEBERG.

Definition at line 24 of file isprefix.c.