mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 08:41:27 +08:00
6277a2e4a4
on an env_universal_t.
14 lines
195 B
C
14 lines
195 B
C
/** \file env_universal.h
|
|
Universal variable client library.
|
|
*/
|
|
|
|
#ifndef ENV_UNIVERSAL_H
|
|
#define ENV_UNIVERSAL_H
|
|
|
|
#include <wchar.h>
|
|
|
|
#include "env_universal_common.h"
|
|
#include "env.h"
|
|
|
|
#endif
|