aboutsummaryrefslogtreecommitdiff
path: root/src/include/source.h
blob: 1fe9c419003fdd4427b948ea974d81145c44601b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef SOURCE_H
#define SOURCE_H

#include "util.h"

char* source_get(char* arg);
char* source_get_from_stdin();
char* source_get_from_fpath(char* path);

#endif