File: cache.1

package info (click to toggle)
libconvert-binary-c-perl 0.85-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,260 kB
  • sloc: ansic: 47,820; perl: 4,980; yacc: 2,143; makefile: 61
file content (9 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#ifndef CACHE_H
#define CACHE_H

#include "header.h"
#include "sub/dir.h"

typedef int _int;

#endif