blob: 1ee872785a2b06c521cedba087c1e26629ec7f12 [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#ifndef __AML_ISSPACE_H__
#define __AML_ISSPACE_H__
#ifdef __cplusplus
extern "C" {
#endif
int isspace(int c);
#ifdef __cplusplus
}
#endif
#endif