Skip to content

TorchedArchive/libcomputeron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcomputeron

Check if the computer is on, because of course you need to check if the device the code is running on is powered on, right?

Usage

Download header file

#include <stdio.h>
#include "computer_on.h"

int main() {
	if (computer_on() == 1) {
		printf("Computer is on!\n");
		return 0;
	}
}

???
Profit

About

Check if the computer is on in C/C++

Resources

License

Stars

Watchers

Forks

Languages