]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm510/systime.s
Merge pull request #215 from greg-king5/c64-init
[cc65] / libsrc / cbm510 / systime.s
index 8a3858cef981a6f180831cbd587ba87cbed79e7b..daac36d8dc2986f3e27bd67ff5ec46ac7915ef6c 100644 (file)
@@ -4,10 +4,10 @@
 ;
 ; time_t _systime (void);
 ; /* Similar to time(), but:
-;  *   - Is not ISO C
-;  *   - Does not take the additional pointer
-;  *   - Does not set errno when returning -1
-;  */
+; **   - Is not ISO C
+; **   - Does not take the additional pointer
+; **   - Does not set errno when returning -1
+; */
 ;
 
         .include        "time.inc"