mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-09 11:38:49 +00:00
4 lines
66 B
C
4 lines
66 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
size_t C_MB_CUR_MAX() { return MB_CUR_MAX; }
|