mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 21:44:16 +00:00
6277a2e4a4
on an env_universal_t.
13 lines
195 B
C
13 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
|