libalpm
Arch Linux Package Manager Library
Functions
rawstr.c File Reference
#include <stdlib.h>
#include "util.h"
Include dependency graph for rawstr.c:

Go to the source code of this file.

Functions

int _alpm_raw_cmp (const char *first, const char *second)
int _alpm_raw_ncmp (const char *first, const char *second, size_t max)

Function Documentation

int _alpm_raw_cmp ( const char *  first,
const char *  second 
)

Definition at line 103 of file rawstr.c.

int _alpm_raw_ncmp ( const char *  first,
const char *  second,
size_t  max 
)

Definition at line 119 of file rawstr.c.