Unsafe Standard Library Functions under Photon

Some standard library functions do not cooperate under Photon. Photon apps use PtExit() instead of exit() and PtAppAddSignalProc() instead of signal().

Is there a list of standard library functions that are not safe to use in a Photon application?

Thanks, Dennis