zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_source_hot.h
Go to the documentation of this file.
1 #pragma once
2 #ifndef ZPMOD_SOURCE_HOT_H
3 #define ZPMOD_SOURCE_HOT_H
4 
5 #include "zpmod.mdh"
6 
7 int cmd_source_hot(char *nam, char **argv);
8 
9 #endif /* ZPMOD_SOURCE_HOT_H */
Module declaration header (mdh) for zpmod.
int cmd_source_hot(char *nam, char **argv)
Implements zpmod source-hot.
Definition: source_hot.c:37