summaryrefslogblamecommitdiffstats
path: root/src/lib.h
blob: ea24cdc89327118c4a915551ccf31173137ace2d (plain) (tree)
1
2
3
4
5
6
7
8
9


               


                                                           


                                      
#ifndef __LIB_H
#define __LIB_H

int collect_library(char *** lib,
                    char * argv[], int argc, int optind,
                    char includes[][2048], int includes_n);
void free_library(char ** lib, int n);

#endif /* __LIB_H */