9 lines
90 B
C
9 lines
90 B
C
|
|
#ifndef TEMPLATES_H
|
|
#define TEMPLATES_H
|
|
|
|
int templates(void);
|
|
|
|
#endif /* TEMPLATES_H */
|
|
|