14 lines
320 B
C
14 lines
320 B
C
/*
|
|
* The Amsterdam Compiler Kit
|
|
* See the copyright notice in the ACK home directory, in the file "Copyright".
|
|
*/
|
|
#ifndef UTIL_TOPGEN_PATTERN_H
|
|
#define UTIL_TOPGEN_PATTERN_H
|
|
|
|
/* util/topgen/pattern.c */
|
|
void addpattern(char *str, int l, int np, int nr);
|
|
void printpatterns(void);
|
|
|
|
#endif /* UTIL_TOPGEN_PATTERN_H */
|
|
|