aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/smith.h
blob: 3baebf2254ef54dfd6277534c46b8cffe9ad2767 (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();
char * get_timestamp();

#endif // SMITH_H_