index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
packages
/
cocoaint
/
utils
/
uikit-skel
/
src
/
InlineFunctions.inc
blob: 973e4d30081d17cb45e84be1fe0539a78041df8e (
plain
)
1
2
3
4
function NSSTR
(
inString
:
PChar
):
NSString
;
begin Result
:=
NSString
(
CFSTR
(
inString
))
;
end
;