added source notice
This commit is contained in:
parent
e029915c1e
commit
a24ff5bbeb
|
@ -1,3 +1,6 @@
|
||||||
|
/**
|
||||||
|
* see: https://en.cppreference.com/w/c/types/limits
|
||||||
|
*/
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in New Issue