This repository has been archived on 2021-08-25. You can view files and clone it, but cannot push or open issues or pull requests.
shellbuild/example/message.h
2021-08-25 19:43:37 +03:00

6 lines
85 B
C

#ifndef _MESSAGE_H
#define _MESSAGE_H
const char* generate_hello_message();
#endif