MWCC/command_line/CmdLine/Src/OSLib/MacSpecs.c

26 lines
492 B
C

#include "oslib.h"
int OS_OSPathSpec_To_VolDir(const OSPathSpec *spec, SInt16 *vRefNum, SInt32 *dirID) {
}
int OS_OSSpec_To_FSSpec(const OSSpec *spec, FSSpec *fss) {
}
int OS_VolDir_To_OSNameSpec(SInt16 vRefNum, SInt32 dirID, OSNameSpec *spec, SInt32 *parID) {
}
int OS_VolDir_To_OSPathSpec(SInt16 vRefNum, SInt32 dirID, OSPathSpec *spec) {
}
int OS_FSSpec_To_OSSpec(const FSSpec *fss, OSSpec *spec) {
}
int OS_GetRsrcOSSpec(const OSSpec *spec, OSSpec *rspec, Boolean create) {
}