Add note about where file is developed

This commit is contained in:
Fredrik Fornwall 2016-08-04 10:14:07 -04:00
parent 73ed160437
commit de567740e0

View File

@ -1,3 +1,5 @@
// Implementation of wcwidth(3) - file is developed at:
// https://github.com/termux/wcwidth/blob/master/wcwidth.c
#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h> #include <stdlib.h>