git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Один из методов класса настроек сделан константным
[stg.git]
/
include
/
stg_int.h
1
#ifdef LINUX
2
#include <stdint.h>
3
#endif
4
5
#ifdef FREE_BSD5
6
#include <inttypes.h>
7
#endif
8
9
#ifdef FREE_BSD
10
#include <sys/inttypes.h>
11
#endif