*/
#include <stdio.h>
#include <stdlib.h>
-#include <errno.h>
#include <limits.h>
#include <octypes.h>
RETV_IF(NULL == src, NULL);
- errno = 0;
dest = strdup(src);
if (NULL == dest) {
ERR("strdup() Fail(%d)", errno);
* limitations under the License.
*/
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
-#include <errno.h>
-#include <glib.h>
#include "iotcon.h"
#include "ic-utils.h"
* limitations under the License.
*/
#include <stdlib.h>
+#include <errno.h>
#include <sys/prctl.h>
#include <ocstack.h>
*/
#include <stdlib.h>
-#include <stdint.h>
+#include <errno.h>
#include <octypes.h>
#include <ocstack.h>
#include <ocpayload.h>
#include <stdio.h>
#include <stdlib.h>
+#include <errno.h>
#include <pthread.h>
#include <glib.h>
#include <octypes.h>
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
-#include <errno.h>
-#include <glib.h>
#include "iotcon-types.h"
#include "ic-utils.h"
* limitations under the License.
*/
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
-#include <errno.h>
-#include <glib.h>
#include "iotcon-types.h"
#include "ic-utils.h"
* limitations under the License.
*/
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
-#include <inttypes.h>
-#include <errno.h>
-#include <glib.h>
#include "iotcon.h"
#include "ic-utils.h"
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <stdio.h>
-#include <stdint.h>
-#include <stdlib.h>
-#include <inttypes.h>
-#include <errno.h>
-#include <glib.h>
-#include <gio/gio.h>
-
#include "iotcon.h"
#include "ic-utils.h"
#include "icl.h"
+#include "icl-ioty.h"
#include "icl-options.h"
-#include "icl-representation.h"
#include "icl-response.h"
+#include "icl-representation.h"
#include "icl-remote-resource.h"
-#include "icl-ioty.h"
API int iotcon_remote_resource_get(iotcon_remote_resource_h resource,
iotcon_query_h query, iotcon_remote_resource_response_cb cb, void *user_data)
*/
#include <stdio.h>
#include <stdlib.h>
-#include <inttypes.h>
-#include <errno.h>
-#include <glib.h>
#include "iotcon.h"
#include "icl.h"
* limitations under the License.
*/
#include <stdio.h>
-#include <stdint.h>
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
#include <errno.h>
-#include <glib.h>
#include "iotcon-types.h"
#include "ic-utils.h"
API int iotcon_representation_create(iotcon_representation_h *ret_repr)
{
- errno = 0;
iotcon_representation_h repr;
RETV_IF(false == ic_utils_check_oic_feature_supported(), IOTCON_ERROR_NOT_SUPPORTED);
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <inttypes.h>
-#include <errno.h>
#include <glib.h>
#include <tizen_type.h>
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#include <stdlib.h>
+#include <errno.h>
#include <glib.h>
#include "iotcon-types.h"
API int iotcon_state_create(iotcon_state_h *ret_state)
{
- errno = 0;
iotcon_state_h state;
RETV_IF(false == ic_utils_check_oic_feature_supported(), IOTCON_ERROR_NOT_SUPPORTED);
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-
#include <stdlib.h>
+#include <errno.h>
#include "iotcon.h"
#include "icl.h"