thank you for the answer
Oct 28, 2020, 11:15 by jona@gmail.com:
> Hello Adam,
>
>> hi everyone, i'm new in c programming. i tried to read sources but stuck
>> with enum.
>> as i know, enum is mainly used to assign names to integral constants. but i
>> don't understand, for example, this c
thank you for the answer
Oct 28, 2020, 10:54 by hil...@codemadness.org:
> On Wed, Oct 28, 2020 at 11:44:35AM +0100, Adam Kandur wrote:
>
>>
>> hi everyone, i'm new in c programming. i tried to read sources but stuck
>> with enum.
>> as i know, enum is mainly used to assign names to integral co
Hello Adam,
> hi everyone, i'm new in c programming. i tried to read sources but stuck with
> enum.
> as i know, enum is mainly used to assign names to integral constants. but i
> don't understand, for example, this code
> --
> enum term_mode {
> M
On Wed, Oct 28, 2020 at 11:44:35AM +0100, Adam Kandur wrote:
>
> hi everyone, i'm new in c programming. i tried to read sources but stuck with
> enum.
> as i know, enum is mainly used to assign names to integral constants. but i
> don't understand, for example, this code
> --