We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
ladybird
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
LibC: Add definition for LC_MESSAGES
Gunnar Beutner
4 years ago
parent
fc2ddd5843
commit
7fea58c4f1
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
Userland/Libraries/LibC/locale.h
+ 1
- 0
Userland/Libraries/LibC/locale.h
View File
@@ -17,6 +17,7 @@ enum {
LC_COLLATE,
LC_COLLATE,
LC_TIME,
LC_TIME,
LC_MONETARY,
LC_MONETARY,
+ LC_MESSAGES,
};
};
struct lconv {
struct lconv {