File: genmode.h

package info (click to toggle)
lpe 1.2.8-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 4,244 kB
  • ctags: 2,848
  • sloc: ansic: 27,612; sh: 12,468; makefile: 689; yacc: 291; cs: 137; perl: 111; sed: 16
file content (17 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* genmode.h
 *
 * Copyright (c) 1999 Chris Smith
 *
 * This file is distributed under the GPL, version 2 or at your option any
 * later version.  See COPYING for details.
 */

#ifndef LPE_GENMODE_H
#define LPE_GENMODE_H

#include "options.h"
#include "buffer.h"

void gen_init(buffer *buf);

#endif /* defined(LPE_GENMODE_H) */