summary refs log tree commit diff stats
path: root/c/two-fer/src/two_fer.h
blob: 237811c6b7aacf2ef1d0faf7221fd25861418289 (plain) (blame)
1
2
3
4
5
6
#ifndef TWO_FER_H
#define TWO_FER_H

void two_fer(char *buffer, const char *name);

#endif