[go: up one dir, main page]

File: data.h

package info (click to toggle)
zatacka 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,924 kB
  • sloc: ansic: 3,456; sh: 1,250; makefile: 34
file content (9 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#ifndef DATA_H
#define DATA_H

#include <stdio.h>
#include <stdlib.h>

char *dataFile(const char *dir, const char *name);

#endif