Files
big-bad-num/include/bbn.h
2026-01-20 20:07:49 -08:00

7 lines
74 B
C

#ifndef INCLUDED_BBN_H
#define INCLUDED_BBN_H
void say_hi(void);
#endif