jim
Simple, lightweight, modal, vim-inspired text editor
git clone
git://git.janpasierb.com/jim.git
Log
|
Files
|
Refs
|
README
|
LICENSE
find.h (68B)
1
#ifndef FIND_HEADER
2
#define FIND_HEADER
3
4
void editorFind();
5
6
#endif