GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Fork
: 0
uBixOS
/
ubixos-old
Transfer to URL with SHA
Find file
Newer
Older
branch:
master
Branches
Tags
×
master
ubixos-old
/
src
/
sys
/
include
/
ubixos
/ static.h
apwillia
on 8 Sep 2004
90 bytes
Added calling of static constructors, commented out tty_printf in kprintf (due to deadlock)
Raw
Blame
History
#ifndef _UBIXOS_STATIC_H #define _UBIXOS_STATIC_H int static_constructors(void); #endif