Function anjay_get_i64
Defined in File io.h
Function Documentation
-
int anjay_get_i64(anjay_input_ctx_t *ctx, int64_t *out)
Reads an integer as a 64-bit signed value from the request content.
- Parameters:
ctx – Input context to operate on.
out – [out] Returned value. If the call is not successful, it is guaranteed to be left untouched.
- Returns:
0 on success, a negative value in case of error.