by Anonymous » 03 Mar 2025, 00:57
Der folgende Code funktioniert nicht in atmega4809 :
Code: Select all
#include
#include
void f(const char str[])
{
if (str[0] == 'a'){ //
Der folgende Code funktioniert nicht in atmega4809 :
[code]
#include
#include
void f(const char str[])
{
if (str[0] == 'a'){ //