blob: ac75e9d84bf9b417789778e95179b51083abffc5 [file] [log] [blame] [edit]
/*
* Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
*
* SPDX-License-Identifier: MIT
*/
#include "aml_scanf.h"
int scanf(const char *format, ...)
{
return -1;
}