The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

6 lines
48 B

#ifndef SUB_H
#define SUB_H
int sub();
#endif