aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
blob: 4401da9121f479d60820af145d32bf804b9b1702 (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 * c_mr_smith();
long   c_get_timestamp();

#endif // SMITH_H_