Ignore:
Timestamp:
Mar 19, 2018, 3:53:31 PM (6 years ago)
Author:
djay
Message:

Add support for R language and its documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/prototype-v0/zoo-project/zoo-kernel/service.c

    r871 r873  
    190190 * Count number of map in a map
    191191 *
    192  * @param m the maps to count
     192 * @param m the map to count
    193193 * @return number of map in a map
    194194 */
    195195int count(map* m){
    196196  map* tmp=m;
     197  int c=0;
     198  while(tmp!=NULL){
     199    c++;
     200    tmp=tmp->next;
     201  }
     202  return c;
     203}
     204
     205/**
     206 * Count number of maps in a maps
     207 *
     208 * @param m the maps to count
     209 * @return number of maps in a maps
     210 */
     211int maps_length(maps* m){
     212  maps* tmp=m;
    197213  int c=0;
    198214  while(tmp!=NULL){
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png