Project

General

Profile

Revision 178

minor fixes

View differences:

graph.h
1 1
#ifndef GRAPH_H_INCLUDED
2 2
#define GRAPH_H_INCLUDED
3 3

  
4
#include <lcom/lcf.h>
5
#include <stdint.h>
6

  
7 4
/// MACROS
8 5
//#define GET_ALP(n)          (0xFF & ((n) >> 24))
9 6
#define GET_RED(n)          (0xFF & ((n) >> 16))

Also available in: Unified diff