7 lines
97 B
C
7 lines
97 B
C
#ifndef FULL_H_
|
|
#define FULL_H_
|
|
|
|
int full_project_init_and_cd(char *src);
|
|
|
|
#endif /* FULL_H_ */
|