Skip to content

Commit

Permalink
Remove unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Jul 15, 2021
1 parent 5e4d727 commit 2bf68b3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main/snprintf.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,6 @@ typedef struct buf_area buffy;
} \
while ( (size_t)width > len )

/*
* Prefix the character ch to the string str
* Increase length
* Set the has_prefix flag
*/
#define PREFIX( str, length, ch ) *--str = ch ; length++ ; has_prefix = true


/*
* Do format conversion placing the output in buffer
*/
Expand Down

0 comments on commit 2bf68b3

Please sign in to comment.