Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5.    printf("including\n");
  6. #include "18_include.h"
  7.    printf("done\n");
  8.  
  9.    return 0;
  10. }
  11.  
  12. /* vim: set expandtab ts=4 sw=3 sts=3 tw=80 :*/
  13.