Skip to content

Commit

Permalink
Merge pull request #1218 from rbrglez/issue/1217-TextUtilPkg
Browse files Browse the repository at this point in the history
#1217: Added strWrite() procedure to declaration section of TextUtilPkg
  • Loading branch information
ruck314 authored Dec 1, 2024
2 parents fe3e643 + 7d471a9 commit 6217b18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base/general/rtl/TextUtilPkg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ package TextUtilPkg is
procedure print(file out_file : text;
char : in character);


-- appends contents of a string to a file until line feed occurs
-- (LF is considered to be the end of the string)
procedure strWrite(file out_file : text;
new_string : in string);

end TextUtilPkg;

Expand Down

0 comments on commit 6217b18

Please sign in to comment.