blob: 3fb3b9e9ee304b54d495f94a6829649733f6760a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
** -*- C -*-
**
** OpDotSlash.c
** Made by Raffaele Nutricato <raffaele.nutricato@tiscali.it>
**
**
** Copyright Raffaele Nutricato 2007
*/
#ifndef __CONVOL_H__
#define __CONVOL_H__
#include "SCI2CMacroInterface.h"
#endif /* !__CONVOL_H__ */
|