File: file.h

package info (click to toggle)
squizz 0.99d%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 6,784 kB
  • sloc: sh: 4,825; ansic: 2,640; lex: 1,992; yacc: 1,650; makefile: 127
file content (9 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
/* file.h - Data files functions */

#ifndef SQUIZZ_EXTERN_FILE_H_
#define SQUIZZ_EXTERN_FILE_H_

/* Functions prototypes */
char *file_locate(char *);

#endif /* SQUIZZ_EXTERN_FILE_H_ */