blob: 489c05341b778cb6c92b15e65dd1fd4bb59320e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************/
/* SMITH ( // */
/* smith ( )/ */
/* by salade )(/ */
/* ________________ ( /) */
/* ()__)____________))))) :^} */
/*********************************/
#ifndef SMITH_H_
#define SMITH_H_
#include <unistd.h>
char * mr_smith();
#endif // SMITH_H_
|