ckb-next  v0.2.8 at branch master
ckb-next driver for corsair devices
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
colormap.cpp File Reference
#include "colormap.h"
+ Include dependency graph for colormap.cpp:

Go to the source code of this file.

Functions

static int qs_strcmp (const void *lhs, const void *rhs)
 

Function Documentation

static int qs_strcmp ( const void *  lhs,
const void *  rhs 
)
static

Definition at line 65 of file colormap.cpp.

Referenced by ColorMap::colorForName(), and ColorMap::init().

65  {
66  return strcmp(*(const char**)lhs, *(const char**)rhs);
67 }

+ Here is the caller graph for this function: