added inttypes.h

This commit is contained in:
John 2024-01-23 01:13:39 +01:00 committed by GitHub
parent 8ccb0d69cd
commit 8690363183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#define MAX(a, b) ((a) > (b) ? (a) : (b))