openblt

a hobby OS from the late 90s
git clone http://frotz.net/git/openblt.git
Log | Files | Refs | LICENSE

rtld.c (220B)


      1 /* $Id: //depot/blt/lib/libdl/rtld.c#1 $
      2 **
      3 ** Copyright 1999 Sidney Cammeresi.  All rights reserved.
      4 ** Distributed under the terms of the OpenBLT License.
      5 */
      6 
      7 #include "dl-int.h"
      8 
      9 lib_t *file;
     10 
     11 void _start (void)
     12 {
     13 }
     14