Changes between Version 1 and Version 2 of µRoarD/Depends


Ignore:
Timestamp:
01/20/11 13:28:38 (13 years ago)
Author:
ph3-der-loewe
Comment:

Build tables out of lists

Legend:

Unmodified
Added
Removed
Modified
  • µRoarD/Depends

    v1 v2  
    11= Depends of µRoarD = 
    22This is a list of dependencies used by µRoarD. This list is of most interest if you plan to use µRoarD as library on a limited device. 
     3 
     4In the following tables R/O means: R = Required, O = Optional. 
    35 
    46== Constants == 
     
    79== Variables == 
    810=== General system interface === 
    9 errno 
     11||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     12|| errno || O || MUROAR_FEATURE_SOCKET_UNIX || Used for testing stalled sockets || 
    1013 
    1114 
    1215== Functions == 
    1316=== Process Management === 
    14 exit 
    15 fork 
    16 signal 
    17 setsid 
     17||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     18|| exit || ? || ? || ? || 
     19|| fork || ? || ? || ? || 
     20|| signal || ? || ? || ? || 
     21|| setsid || ? || ? || ? || 
    1822 
    1923=== Memory/String === 
    20 malloc 
    21 free 
    22 memcpy 
    23 memset 
    24 strncpy 
    25 atoi 
     24||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     25|| malloc || ? || ? || ? || 
     26|| free || ? || ? || ? || 
     27|| memcpy || ? || ? || ? || 
     28|| memset || ? || ? || ? || 
     29|| strncpy || ? || ? || ? || 
     30|| atoi || ? || ? || ? || 
    2631 
    2732=== FileSystem === 
    28 unlink 
    29 umask 
     33||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     34|| unlink || ? || ? || ? || 
     35|| umask || ? || ? || ? || 
    3036 
    3137=== SysIO === 
    32 close 
    33 read 
    34 write 
    35 select 
    36 fchmod 
    37 fcntl 
     38||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     39|| close || ? || ? || ? || 
     40|| read || ? || ? || ? || 
     41|| write || ? || ? || ? || 
     42|| select || ? || ? || ? || 
     43|| fchmod || ? || ? || ? || 
     44|| fcntl || ? || ? || ? || 
    3845 
    3946=== StdIO === 
    40 puts 
     47||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     48|| puts || ? || ? || ? || 
    4149 
    4250=== Network === 
    43 socket 
    44 listen 
    45 connect 
    46 accept 
    47 bind 
    48 recvmsg 
    49 gethostbyname 
     51||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     52|| socket || ? || ? || ? || 
     53|| listen || ? || ? || ? || 
     54|| connect || ? || ? || ? || 
     55|| accept || ? || ? || ? || 
     56|| bind || ? || ? || ? || 
     57|| recvmsg || ? || ? || ? || 
     58|| gethostbyname || ? || ? || ? || 
    5059 
    5160=== Driver === 
    52 muroard_driver_free 
    53 muroard_driver_init 
    54 muroard_driver_write 
     61||= Symbol =||= R/O =||= Used by =||= Comment =|| 
     62|| muroard_driver_free || ? || ? || ? || 
     63|| muroard_driver_init || ? || ? || ? || 
     64|| muroard_driver_write || ? || ? || ? ||