1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/include/helper.h
2014-10-19 19:42:02 +02:00

8 lines
199 B
C

#ifndef __HELPER_H__
#define __HELPER_H__
int helper_parse_setup ( char * string, char ***output, int *lenght, ... );
char* fgets_s ( char* s, int n, FILE *iop, char sep );
#endif // __HELPER_H__