All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

NextPrevUpTopContentsIndex

objc-c-string

FLI type descriptor
Summary

A foreign type for the Objective-C type char *.

Package

objc

Syntax

objc-c-string

Arguments

None.

Description

The FLI type objc-c-string is a pointer type for use where the Objective-C type char * occurs as the argument in a method definition. It converts the argument to a string within the body of the method.

See also

define-objc-method


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 21 Mar 2017

NextPrevUpTopContentsIndex