File: configfile.h

package info (click to toggle)
dhex 0.69-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: ansic: 5,482; makefile: 71; sh: 46
file content (10 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef	CONFIGFILE_H
#define	CONFIGFILE_H
#include <stdio.h>
#include <stdlib.h>
#include "machine_type.h"
#include "output.h"

int readconfigfile(tOutput* output,char* filename);
#endif