Skip to content

Commit

Permalink
Correct return type for Tgetdate() to uint16_t
Browse files Browse the repository at this point in the history
  • Loading branch information
rosenrost authored and th-otto committed Sep 17, 2024
1 parent 0de71a7 commit 52411ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gemdos/datetime/tgetdate.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
!begin_node Tgetdate
(!begin_liste) [Availability]
!item [Name:]
¯get date® - Obtain date.
¯get date® - Obtain date.

!item [Opcode:]
42

!item [Syntax:]
uint32_t Tgetdate ( void );
uint16_t Tgetdate ( void );

!item [Description:]
The (!nolink [GEMDOS]) routine Tgetdate obtains the current date.
Expand Down Expand Up @@ -62,7 +62,7 @@ addq.l #2,sp ; Correct stack
!begin_node Tgetdate
(!begin_liste) [Beschreibung]
!item [Name:]
¯get date® - Tagesdatum ermitteln.
¯get date® - Tagesdatum ermitteln.

!item [Gemdosnummer:]
42
Expand All @@ -89,18 +89,18 @@ Monat (1-12)
Jahr (0-119, 0= 1980)
!end_xlist

!item [Verfgbar:]
!item [Verfgbar:]
Alle GEMDOS Versionen.

!item [Gruppe:]
Datum und Uhrzeit

!item [Querverweis:]
(!link [Binding] [Bindings fr Tgetdate]) ~ Tsetdate
(!link [Binding] [Bindings fr Tgetdate]) ~ Tsetdate
(!ende_liste)


!begin_node Bindings fr Tgetdate
!begin_node Bindings fr Tgetdate
!ignore_index
(!begin_liste) [Assembler:]
!item [C:]
Expand Down

0 comments on commit 52411ba

Please sign in to comment.