shake

minimal build system that generates Ninja build files

git clone https://9o.is/git/shake.git

hello.h

(59B)


      1 #ifndef HELLO_H
      2 #define HELLO_H
      3 
      4 void hello(void);
      5 
      6 #endif