INGOR
Loading...
Searching...
No Matches
prompt.h
1/*
2 prompt.{h,c} : prompt mode
3 Copyright (C) 2018, Yoshinori Tamada <tamada A T ytlab.jp>
4 All rights reserved.
5
6 See LICENSE.txt for details of the licensing agreement.
7*/
8#ifndef __INGOR_PROMPT_H
9#define __INGOR_PROMPT_H
10void prompt();
11#endif /* __INGOR_PROMPT_H */