#include <stdlib.h>
#include <string.h>
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_string.h"
#include "ut_growbuf.h"
#include "ut_hash.h"
#include "ut_vector.h"
#include "ut_string_class.h"
#include "xap_Dictionary.h"
Defines | |
#define | X_ReturnIfFail(exp) do { bool b = (exp); if (!b) return (false); } while (0) |
#define X_ReturnIfFail | ( | exp | ) | do { bool b = (exp); if (!b) return (false); } while (0) |
Referenced by XAP_Dictionary::_parseUTF8().