Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages