aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
blob: 04015ee087f6139275cd7898d77c8a913e9b8d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*********************************/
/*   SMITH            (  //      */
/*   smith             ( )/      */
/*   by salade         )(/       */
/*  ________________  ( /)       */
/* ()__)____________)))))   :^}  */
/*********************************/

#ifndef SMITH_H_
#define SMITH_H_

char * mr_smith();

#endif // SMITH_H_