CTree/lib/greet.h

3 lines
43 B
C
Raw Normal View History

2023-12-02 07:12:56 +01:00
#pragma once
void greet(const char *name);