File: utils.h

package info (click to toggle)
genesisplusgx 1.7.4%2Bgit20160410-1
  • links: PTS
  • area: non-free
  • in suites: buster, stretch
  • size: 8,460 kB
  • ctags: 8,372
  • sloc: ansic: 95,843; makefile: 348; sh: 3
file content (10 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef _UTILS_H_
#define _UTILS_H_

/* Function prototypes */
void create_default_directories(void);
char* get_save_directory(void);
char* gcw0_get_key_name(int keycode);
char *get_file_name(char *full_path);
#endif /* _UTILS_H_ */