Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
62a36ab1
Commit
62a36ab1
authored
Jul 24, 2011
by
Pieter Noordhuis
Browse files
Fix up includes for parser tests
parent
c6bbe840
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-parser.c
View file @
62a36ab1
#include <stdio.h>
#include "../fmacros.h"
/* misc */
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "parser.h"
#include "sds.h"
#include <errno.h>
/* local */
#include "../parser.h"
#include "../sds.h"
#define assert_equal(a, b, type, fmt) do { \
type a_ = (a); \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment