RosettaCodeData/Task/Pragmatic-directives/FreeBASIC/pragmatic-directives-2.basic
2024-04-19 16:56:29 -07:00

2 lines
163 B
Text

' declaring 'strcpy' from the standard C library
Declare Function strcpy Cdecl Alias "strcpy" (Byval dest As ZString Ptr, Byval src As ZString Ptr) As ZString Ptr