GetBuildTime

Get the SDK build timestamp.

char* GetBuildTime()

Parameters

  • none

Return Value

  • char*: Build time string (free with FreeBuf).

Example

// example

char* s=GetBuildTime(); if (s){ FreeBuf(s);}

Last updated

Was this helpful?