ckb-next  beta-v0.2.8 at branch testing
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 49 of file colormap.cpp.

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

49  {
50  return strcmp(*(const char**)lhs, *(const char**)rhs);
51 }

+ Here is the caller graph for this function: