TianoCore EDK2 master
Loading...
Searching...
No Matches
Misc.h
Go to the documentation of this file.
1
9#ifndef _LIB_MISC_H_
10#define _LIB_MISC_H_
11
12#include "TextEditorTypes.h"
13
19VOID
22 );
23
33LineDup (
35 );
36
37#endif
VOID LineFree(IN EFI_EDITOR_LINE *Src)
Definition: Misc.c:62
EFI_EDITOR_LINE * LineDup(IN EFI_EDITOR_LINE *Src)
Definition: Misc.c:21
#define IN
Definition: Base.h:279