mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-25 14:59:36 +03:00
added stdint.h for integer length typedefs
This commit is contained in:
parent
b12e387bce
commit
855c9124b8
@ -1,5 +1,6 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user