• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#include <stdio.h>
2
3void function1(void)
4{
5  printf("Hello from function1.in\n");
6}
7