source: doc/proposals/modules-gen-hdr/hello/helper.src.c@ b28ce93

Last change on this file since b28ce93 was b28ce93, checked in by Michael Brooks <mlbrooks@…>, 3 months ago

Add POC illustrating generating headers from compile units

  • Property mode set to 100644
File size: 108 bytes
Line 
1//# $f
2void help( void ) {
3 int printf( const char *, ... ); // scaffold
4 printf( "Help!\n" );
5}
Note: See TracBrowser for help on using the repository browser.