Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git] / shotgun / lib / strlcpy.h
blobe701afbee1b727a97dd0703a64a8671cabdc2df1
1 #ifndef RBS_STRLCPY_H
2 #define RBS_STRLCPY_H
4 #ifndef HAVE_STRLCPY
5 size_t strlcpy (char *dst, const char *src, size_t siz);
6 #endif
8 #endif