projects
/
sar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
75194e2
)
Don't forget to include limits.h
master
author
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:50:54 +0000
(12:50 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:50:54 +0000
(12:50 +0100)
lib.c
patch
|
blob
|
history
diff --git
a/lib.c
b/lib.c
index 61113ce91613c602280e0cadac014bc9b4ef8d30..b4f4377ebbee473566f0a99691d4850c06cc5ffc 100644
(file)
--- a/
lib.c
+++ b/
lib.c
@@
-1,6
+1,7
@@
/******************************************************************************
* @file lib.c
*****************************************************************************/
/******************************************************************************
* @file lib.c
*****************************************************************************/
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>