Parameter lists in obejct files...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
wedoi
Posts: 7
Joined: Fri Aug 26, 2005 6:02 am
Location: Stockholm

Parameter lists in obejct files...

Post by wedoi »

Hi,

First of all, thanks for a great SDK!

I'm just wondering where the SDK functions parameters are defined? I know the modules are loaded at runtime, but I'm curios about compile time... For instance sceIoOpen is declared in pspiofilemgr.h and the stub is declared in the matching .s file. But how does the object file I link with get to know the correct parameter list?

/wedoi
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

wedoi
Posts: 7
Joined: Fri Aug 26, 2005 6:02 am
Location: Stockholm

Post by wedoi »

Thanks!
Post Reply