added source notice

This commit is contained in:
Christoph J. Scherr 2023-04-24 20:08:35 +02:00
parent e029915c1e
commit a24ff5bbeb
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 3 additions and 0 deletions

View File

@ -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>