| 107 | } |
| 108 | |
| 109 | inline attribute_hidden unsigned long endSuspendRNGSynchronization(){ |
| 110 | typedef unsigned long (*Fun)(void); |
| 111 | static Fun fun = GET_CALLABLE("endSuspendRNGSynchronization"); |
| 112 | return fun(); |
| 113 | } |
| 114 | |
| 115 | inline attribute_hidden char* get_string_buffer(){ |
| 116 | typedef char* (*Fun)(void); |
no outgoing calls
no test coverage detected