Merge branch 'master' into lieu_api

This commit is contained in:
Al
2017-11-29 15:49:52 -05:00
26 changed files with 541 additions and 144 deletions

View File

@@ -1,6 +1,7 @@
#include <stdio.h>
#include "log/log.h"
#include "string_utils.h"
#include "strndup.h"
#define INVALID_INDEX(i, n) ((i) < 0 || (i) >= (n))