This repository has been archived on 2026-03-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
netbenixCMD/commands/change_dir.h
2020-06-07 11:25:02 +02:00

6 lines
No EOL
94 B
C

#ifndef _CHANGE_DIR_H_
#define _CHANGE_DIR_H_
void changeCurrentWorkDir(char *arg[]);
#endif