Skip to content

Commit

Permalink
➕ Added missing strpy autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama authored Aug 20, 2022
1 parent f460f7a commit 18e44f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions snippets/functions-community.json
Original file line number Diff line number Diff line change
Expand Up @@ -3298,6 +3298,10 @@
"prefix": "strcat",
"body": "strcat(${1:dest[]}, ${2:const source[]}, ${3:maxlength=sizeof dest})$0"
},
"strcp": {
"prefix": "strcp",
"body": "strcpy(${1:dest[]}, ${2:src[]}, ${3:maxlength=sizeof dest})$0"
},
"strmid": {
"prefix": "strmid",
"body":
Expand Down

0 comments on commit 18e44f4

Please sign in to comment.