mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 00:18:33 +00:00
Replace vim_strncpy calls: add STRLCPY
This commit is contained in:

committed by
Justin M. Keyes

parent
5b3b3fd3ed
commit
f9596aa201
@@ -1,6 +1,5 @@
|
||||
// Various routines dealing with allocation and deallocation of memory.
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
|
Reference in New Issue
Block a user