projects
/
ccan
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Move modules to ccan/ tools to tools/
[ccan]
/
tools
/
ccanlint
/
get_file_lines.h
1
#ifndef GET_FILE_LINES_H
2
#define GET_FILE_LINES_H
3
4
char **get_file_lines(void *ctx, const char *name, unsigned int *num_lines);
5
6
#endif /* GET_FILE_LINES_H */