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

#ifndef SMITH_H_
#define SMITH_H_

#include <unistd.h>

char * mr_smith();
long   get_timestamp();

#endif // SMITH_H_