Article # 326, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Using the functions in ansic library.
Q. My application uses the functions memcpy and memset. The string.h file is included in the program, but when recompiling, I get: "Error _memcpy undefined" and "Error _memset undefined". What am I doing wrong? A. You need to add "library ansic" to your .GP file. This will tell Glue to link in the AnsiC library.