Skip to content
Snippets Groups Projects
getctrl.h 135 B
#ifndef GETCTRL_H
#define GETCTRL_H

#if defined(__cplusplus)
	extern "C"
#endif
char *get_ctrl_dir(char *path, size_t pathsz)

#endif