diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-08-28 17:12:00 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-08-28 17:12:00 +0200 |
| commit | b7be225846153a1ed44b149b6600fb86c3fa0b42 (patch) | |
| tree | 5d8ccd52428f0f1e788dd80c612826d89d7a10a5 /src/include | |
| parent | 041eb4e69d833a4bf5f68df59c1fe20385b5ad9f (diff) | |
| download | box64-b7be225846153a1ed44b149b6600fb86c3fa0b42.tar.gz box64-b7be225846153a1ed44b149b6600fb86c3fa0b42.zip | |
[BOX32] More 32bits wrapped functions
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/box32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/box32.h b/src/include/box32.h index 9554e65f..9d5a40ca 100644 --- a/src/include/box32.h +++ b/src/include/box32.h @@ -99,6 +99,10 @@ void* from_locale_d(ptr_t l); ptr_t to_locale(void* p); ptr_t to_locale_d(void* p); +char* from_cstring(ptr_t p); +ptr_t to_cstring(char* p); +ptr_t to_cstring_d(char* p); + void init_hash_helper(); void fini_hash_helper(); |