zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_bundle.h
Go to the documentation of this file.
1 #pragma once
2 /* SPDX-License-Identifier: MIT */
3 #ifndef ZPMOD_BUNDLE_H
4 #define ZPMOD_BUNDLE_H
14 int zp_bundle_build_core(char *nam, const char *from_dir, const char *out_path,
15  long max_kb);
16 
17 #endif /* ZPMOD_BUNDLE_H */
int zp_bundle_build_core(char *nam, const char *from_dir, const char *out_path, long max_kb)