Skip to content

voidptr2x/PPS-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

PPS Library

Library for Packets-Per-Second All in C

How to use:

Change file extension from .c to .h then put the file in your project folder and include it

Use Example:

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

int main() {
  int pps = get_pps();
   printf("Current PPS: %s", pps);
  return 0;
}

About

PPS Lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages