git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of git://ted.mutabah.net/acess2
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libc.so_src
/
include_exp
/
locale.h
1
/*
2
* Acess2 C Library
3
* - By John Hodge (thePowersGang)
4
*
5
* locale.h
6
* - Locale management
7
*/
8
#ifndef _LIBC_LOCALE_H_
9
#define _LIBC_LOCALE_H_
10
11
#ifdef __cplusplus
12
extern "C" {
13
#endif
14
15
16
17
#ifdef __cplusplus
18
}
19
#endif
20
21
#endif
22
UCC
git Repository :: git.ucc.asn.au